diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/bg_BG/common.lang.php | 2 | ||||
-rw-r--r-- | language/de_DE/common.lang.php | 2 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 4 | ||||
-rw-r--r-- | language/fr_CA/common.lang.php | 3 | ||||
-rw-r--r-- | language/uk_UA/common.lang.php | 2 | ||||
-rw-r--r-- | language/zh_CN/common.lang.php | 2 |
6 files changed, 2 insertions, 13 deletions
diff --git a/language/bg_BG/common.lang.php b/language/bg_BG/common.lang.php index 86c1cd05c..e76370715 100644 --- a/language/bg_BG/common.lang.php +++ b/language/bg_BG/common.lang.php @@ -382,6 +382,4 @@ $lang['xxlarge'] = 'огромен'; $lang['Your username has been successfully changed to : %s'] = 'Вашетопотребителско име беше успешно промененно на : %s'; $lang['%d rates'] = '%d оценки'; -$lang['new → old'] = 'ново → старо'; -$lang['old → new'] = 'старо → ново'; ?>
\ No newline at end of file diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 2f77adadf..cc40e8a41 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -381,7 +381,5 @@ $lang['Username: %s'] = 'Benutzername: %s'; $lang['xlarge'] = 'xgroß'; $lang['xxlarge'] = 'xxgroß'; $lang['Your username has been successfully changed to : %s'] = 'Dein Benutzername ist jetzt:'; -$lang['new → old'] = 'neu → alt'; -$lang['old → new'] = 'alt → neu'; $lang['Photo sizes'] = 'Bildgrößen'; ?>
\ No newline at end of file diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 42a326c08..2ecf6f083 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -229,8 +229,6 @@ $lang['month'][8] = "August"; $lang['month'][9] = "September"; $lang['Most visited'] = "Most visited"; $lang['N/A'] = "N/A"; -$lang['old → new'] = 'old → new'; -$lang['new → old'] = 'new → old'; $lang['New on %s'] = "New on %s"; $lang['New password'] = "New password"; $lang['Next'] = "Next"; @@ -314,6 +312,8 @@ $lang['set as album representative'] = "set as album thumbnail"; $lang['Show file metadata'] = "Show file metadata"; $lang['Show number of comments'] = "Show number of comments"; $lang['Show number of hits'] = "Show number of hits"; +$lang['Show oldest comments first'] = 'Show oldest comments first'; +$lang['Show latest comment first'] = 'Show latest comment first'; $lang['show tag cloud'] = "show tags cloud"; $lang['Since'] = "Since"; $lang['slideshow'] = "slideshow"; diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php index 2edfb62ac..10322f81e 100644 --- a/language/fr_CA/common.lang.php +++ b/language/fr_CA/common.lang.php @@ -375,7 +375,4 @@ $lang['Email: %s'] = 'Email: %s'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Si vous pensez avoir reçu cet email par erreur, veuillez nous contacter %s'; $lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Inscription réussie, vous recevrez bientôt un email avec vos identifiants. Bienvenue !'; $lang['Send my connection settings by email'] = 'Recevoir mes identifiants par email'; - -$lang['new → old'] = 'nouveau → ancien'; -$lang['old → new'] = 'ancien → nouveau'; ?>
\ No newline at end of file diff --git a/language/uk_UA/common.lang.php b/language/uk_UA/common.lang.php index d69e02bf3..54c8fcdf8 100644 --- a/language/uk_UA/common.lang.php +++ b/language/uk_UA/common.lang.php @@ -380,7 +380,5 @@ $lang['Here are your connection settings'] = 'Ось Ваші налаштува $lang['Password: %s'] = 'Пароль: %s'; $lang['Username: %s'] = 'Ім\'я користувача: %s'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Якщо Ви думаєте, що Ви отримали цей лист помилково, будь ласка, зв\'яжіться з нами за адресою %s'; -$lang['new → old'] = 'нові → старі'; -$lang['old → new'] = 'старі → нові'; $lang['Photo sizes'] = 'Розміри фотографій'; ?>
\ No newline at end of file diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 54dafdae5..29cb9c726 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -383,7 +383,5 @@ $lang['Username: %s'] = '用户名:%s'; $lang['xlarge'] = '很大尺寸'; $lang['xxlarge'] = '非常大尺寸'; $lang['Your username has been successfully changed to : %s'] = '您的用户名成功修改为:%s'; -$lang['new → old'] = '新 → 旧'; -$lang['old → new'] = '旧 → 新'; $lang['Photo sizes'] = ''; ?>
\ No newline at end of file |