1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-02 02:52:10 +01:00

[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-08-02 02:10:44 -04:00
parent 1b0433b329
commit 48ab0605dd
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ OC.L10N.register(
"Export" : "Flytja út",
"Import" : "Flytja inn"
},
"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

View File

@ -27,5 +27,5 @@
"Export & Import" : "Inn- og útflutningur",
"Export" : "Flytja út",
"Import" : "Flytja inn"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View File

@ -29,4 +29,4 @@ $TRANSLATIONS = array(
"Export" => "Flytja út",
"Import" => "Flytja inn"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);";
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);";