diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-17 06:46:52 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-17 06:46:52 -0500 |
commit | a99dd3183cf0ea439cca4cac5471d7884193c09c (patch) | |
tree | abc48156096c4d8c8fcd2f76e6aab1ad2e3bdcb5 /lib/l10n/sl.php | |
parent | 5a1194520ec71e9f471289a6f85e4c2aa93a9e59 (diff) | |
download | nextcloud-server-a99dd3183cf0ea439cca4cac5471d7884193c09c.tar.gz nextcloud-server-a99dd3183cf0ea439cca4cac5471d7884193c09c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sl.php')
-rw-r--r-- | lib/l10n/sl.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index 69067c2691f..3cc8dd130c8 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -65,7 +65,6 @@ $TRANSLATIONS = array( "last month" => "zadnji mesec", "_%n month ago_::_%n months ago_" => array("pred %n mesecem","pred %n mesecema","pred %n meseci","pred %n meseci"), "last year" => "lansko leto", -"years ago" => "let nazaj", -"Caused by:" => "Vzrok:" +"years ago" => "let nazaj" ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |