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

pa.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2db3182d2ab2f257fb204f72f6ef67cdf50c9b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$TRANSLATIONS = array(
"Language changed" => "ਭਾਸ਼ਾ ਬਦਲੀ",
"Disable" => "ਬੰਦ",
"Enable" => "ਚਾਲੂ",
"Please wait...." => "...ਉਡੀਕੋ ਜੀ",
"Updating...." => "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
"Error" => "ਗਲਤੀ",
"Updated" => "ਅੱਪਡੇਟ ਕੀਤਾ",
"deleted" => "ਹਟਾਈ",
"undo" => "ਵਾਪਸ",
"Groups" => "ਗਰੁੱਪ",
"Group Admin" => "ਗਰੁੱਪ ਐਡਮਿਨ",
"Delete" => "ਹਟਾਓ",
"add group" => "ਗਰੁੱਪ ਸ਼ਾਮਲ",
"__language_name__" => "__ਭਾਸ਼ਾ_ਨਾਂ__",
"Security Warning" => "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ",
"Setup Warning" => "ਸੈਟਅੱਪ ਚੇਤਾਵਨੀ",
"Password" => "ਪਾਸਵਰ",
"Change password" => "ਪਾਸਵਰਡ ਬਦਲੋ",
"Username" => "ਯੂਜ਼ਰ-ਨਾਂ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";