mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-21 17:52:10 +01:00
11 lines
256 B
PHP
11 lines
256 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Save" => "Uložiť",
|
|
"Delete" => "Odstrániť",
|
|
"Edit" => "Upraviť",
|
|
"Cancel" => "Zrušiť",
|
|
"Settings" => "Nastavenia",
|
|
"Import" => "Importovať"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|