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: 2bfd1e449992fce3f836cd4b91140548635b6e5d (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
<?php
$TRANSLATIONS = array(
"Language changed" => "ਭਾਸ਼ਾ ਬਦਲੀ",
"Please wait...." => "...ਉਡੀਕੋ ਜੀ",
"Disable" => "ਬੰਦ",
"Enable" => "ਚਾਲੂ",
"Updating...." => "...ਅੱਪਡੇਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
"Updated" => "ਅੱਪਡੇਟ ਕੀਤਾ",
"Delete" => "ਹਟਾਓ",
"Groups" => "ਗਰੁੱਪ",
"undo" => "ਵਾਪਸ",
"add group" => "ਗਰੁੱਪ ਸ਼ਾਮਲ",
"__language_name__" => "__ਭਾਸ਼ਾ_ਨਾਂ__",
"Login" => "ਲਾਗਇਨ",
"Security Warning" => "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ",
"Setup Warning" => "ਸੈਟਅੱਪ ਚੇਤਾਵਨੀ",
"Server address" => "ਸਰਵਰ ਐਡਰੈਸ",
"Password" => "ਪਾਸਵਰ",
"Change password" => "ਪਾਸਵਰਡ ਬਦਲੋ",
"Cancel" => "ਰੱਦ ਕਰੋ",
"Login Name" => "ਲਾਗਇਨ",
"Username" => "ਯੂਜ਼ਰ-ਨਾਂ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";