diff options
author | plegall <plg@piwigo.org> | 2012-10-31 09:46:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-10-31 09:46:36 +0000 |
commit | ead2024b92941231d81db372b0c1f8bed0abb23a (patch) | |
tree | e82a3823c72b42de60b7790e5d37c252cbe0f21d /language/tr_TR/upgrade.lang.php | |
parent | 4f493e723afa921a3b419230c2a13da834b4ae5a (diff) |
merge r18820 from branch 2.4 to trunk
bug 2782 fixed: make sure %d or %s are correctly translated
he_IL needs to be fixed, too complicated for me.
git-svn-id: http://piwigo.org/svn/trunk@18821 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/tr_TR/upgrade.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/tr_TR/upgrade.lang.php b/language/tr_TR/upgrade.lang.php index 1c0e3c226..513831f88 100644 --- a/language/tr_TR/upgrade.lang.php +++ b/language/tr_TR/upgrade.lang.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ $lang['Upgrade'] = "Güncellestirme"; -$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = "Bu sayfa yeni sürüme Piwigo eski sürümünden veritabani yükseltme öneriyor. Yükseltme yardimcisi Su anda bir <strong> sürüm% (veya esdegeri) </ strong> çalistiran düsünüyor."; +$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = "Bu sayfa yeni sürüme Piwigo eski sürümünden veritabani yükseltme öneriyor. Yükseltme yardimcisi Su anda bir <strong> sürüm %s (veya esdegeri) </strong> çalistiran düsünüyor."; $lang['Upgrade from version %s to %s'] = "%s sürümden %s sürümüne güncellestir"; $lang['Statistics'] = "Istatistik"; $lang['total upgrade time'] = "toplam güncelleme zamani"; @@ -39,4 +39,4 @@ $lang['Only thumbnails prefix and webmaster mail address have been saved from pr $lang['In <i>%s</i>, before <b>?></b>, insert:'] = '<i>%s</i> içine, <b>?></b> önce, ekleyin:'; $lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = 'Önlem olarak, asagidaki temalar devre disi olmustur. Tekrar etkinlestirmeden önce güncelleme yapmalisiniz:'; -?>
\ No newline at end of file +?> |