nextcloud/apps/files_external/l10n/pa.php

10 lines
251 B
PHP
Raw Normal View History

2013-09-18 17:50:02 +02:00
<?php
$TRANSLATIONS = array(
2014-04-30 07:57:53 +02:00
"Username" => "ਯੂਜ਼ਰ-ਨਾਂ",
"Password" => "ਪਾਸਵਰ",
"Share" => "ਸਾਂਝਾ ਕਰੋ",
2013-09-18 17:50:02 +02:00
"Groups" => "ਗਰੁੱਪ",
"Delete" => "ਹਟਾਓ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";