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:
parent
1b0433b329
commit
48ab0605dd
@ -30,4 +30,4 @@ OC.L10N.register(
|
|||||||
"Export" : "Flytja út",
|
"Export" : "Flytja út",
|
||||||
"Import" : "Flytja inn"
|
"Import" : "Flytja inn"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
|
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||||
|
@ -27,5 +27,5 @@
|
|||||||
"Export & Import" : "Inn- og útflutningur",
|
"Export & Import" : "Inn- og útflutningur",
|
||||||
"Export" : "Flytja út",
|
"Export" : "Flytja út",
|
||||||
"Import" : "Flytja inn"
|
"Import" : "Flytja inn"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
|
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||||
}
|
}
|
@ -29,4 +29,4 @@ $TRANSLATIONS = array(
|
|||||||
"Export" => "Flytja út",
|
"Export" => "Flytja út",
|
||||||
"Import" => "Flytja inn"
|
"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);";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user