diff options
Diffstat (limited to 'apps/user_status/l10n/sl.js')
-rw-r--r-- | apps/user_status/l10n/sl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/sl.js b/apps/user_status/l10n/sl.js index 1487c587e31..33094b10518 100644 --- a/apps/user_status/l10n/sl.js +++ b/apps/user_status/l10n/sl.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Nedavna stanja", + "No recent status changes" : "Ni nedavnih sprememb stanja", "In a meeting" : "Na sestanku", "Commuting" : "Med vožnjo", "Out sick" : "Na bolniški", @@ -28,14 +29,12 @@ OC.L10N.register( "There was an error saving the status" : "Prišlo je do napake med shranjevanjem stanja", "There was an error clearing the status" : "Prišlo je do napake med odstranjevanjem stanja", "There was an error reverting the status" : "Prišlo je do napake spreminjanja stanja", - "No recent status changes" : "Ni nedavnih sprememb stanja", - "Away" : "Trenutno ne spremljam", - "Do not disturb" : "Ne pustim se motiti", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "ne počisti", "Today" : "enkrat danes", "This week" : "še ta teden", "Online" : "Na spletu", + "Away" : "Trenutno ne spremljam", + "Do not disturb" : "Ne pustim se motiti", "Invisible" : "Drugim neviden", "Offline" : "Brez povezave", "There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja", @@ -43,6 +42,7 @@ OC.L10N.register( "1 hour" : "po 1 uri", "4 hours" : "po 4 urah", "Mute all notifications" : "Utiša vsa obvestila", - "Appear offline" : "Pokaže kot brez povezave" + "Appear offline" : "Pokaže kot brez povezave", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |