Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gd.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 714f26f0f35011ab4a5e11102172656585b3d2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "richdocuments",
    {
    "The file was uploaded" : "Chaidh am faidhle a luchdadh suas",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Tha am faidhle a luchdaich thu suas a’ dol thairis air an riaghailt upload_max_filesize ann am php.ini",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Tha am faidhle a luchdaich thu suas a’ dol thairis air an riaghailt MAX_FILE_SIZE a chaidh a shònrachadh san fhoirm HTML",
    "The file was only partially uploaded" : "Cha deach ach pàirt dhen fhaidhle a luchdadh suas",
    "No file was uploaded" : "Cha deach faidhle sam bith a luchdadh suas",
    "Missing a temporary folder" : "Tha pasgan sealach a dhìth",
    "Could not write file to disk" : "Cha b’ urrainn dhuinn am faidhle a sgrìobhadh dhan diosg",
    "A PHP extension stopped the file upload" : "Chur leudachan PHP stad air luchdadh suas an fhaidhle",
    "File is too big" : "Tha am faidhle ro mhòr",
    "Invalid file provided" : "Chaidh faidhle mì-dhligheach a thoirt seachad",
    "No results" : "Gun toradh",
    "Cancel" : "Sguir dheth",
    "Close" : "Dùin",
    "Error" : "Mearachd",
    "Save" : "Sàbhail",
    "Add to favorites" : "Cuir ris na h-annsachdan",
    "Details" : "Mion-fhiosrachadh",
    "Download" : "Luchdaich a-nuas",
    "Create" : "Cruthaich",
    "Select template" : "Tagh teamplaid"
},
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");