summaryrefslogtreecommitdiffstats
path: root/apps/user_status/l10n/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/l10n/uk.js')
-rw-r--r--apps/user_status/l10n/uk.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_status/l10n/uk.js b/apps/user_status/l10n/uk.js
index 24df5da3de9..c62a8b8287a 100644
--- a/apps/user_status/l10n/uk.js
+++ b/apps/user_status/l10n/uk.js
@@ -35,7 +35,6 @@ OC.L10N.register(
"4 hours" : "4 години",
"Mute all notifications" : "Вимкнути всі сповіщення",
"Appear offline" : "З'являтися офлайн",
- "Clear status message after" : "Очистити повідомлення про стан після",
- "What's your status?" : "Який ваш статус?"
+ "Clear status message after" : "Очистити повідомлення про стан після"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");