nextcloud/apps/files_sharing/l10n/fa.php

8 lines
287 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "اشتراک گذارنده {owner}",
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Password" => "گذرواژه"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";