mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-26 23:54:25 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
e34bae9288
commit
d609c297ee
@ -31,4 +31,4 @@ OC.L10N.register(
|
||||
"Export" : "Flytja út",
|
||||
"Import" : "Flytja inn"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);");
|
||||
|
@ -28,5 +28,5 @@
|
||||
"Export & Import" : "Inn- og útflutningur",
|
||||
"Export" : "Flytja út",
|
||||
"Import" : "Flytja inn"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);"
|
||||
}
|
@ -30,4 +30,4 @@ $TRANSLATIONS = array(
|
||||
"Export" => "Flytja út",
|
||||
"Import" => "Flytja inn"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);";
|
||||
|
@ -38,4 +38,4 @@ OC.L10N.register(
|
||||
"Export" : "Экспорт",
|
||||
"Import" : "Импорт"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
@ -35,5 +35,5 @@
|
||||
"Export & Import" : "Экспорт и импорт",
|
||||
"Export" : "Экспорт",
|
||||
"Import" : "Импорт"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
@ -37,4 +37,4 @@ $TRANSLATIONS = array(
|
||||
"Export" => "Экспорт",
|
||||
"Import" => "Импорт"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);";
|
||||
|
Loading…
x
Reference in New Issue
Block a user