mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
10 lines
228 B
PHP
10 lines
228 B
PHP
|
|
<?php $TRANSLATIONS = array(
|
|||
|
|
"Help" => "Yardı",
|
|||
|
|
"Personal" => "Kişisel",
|
|||
|
|
"Settings" => "Ayarlar",
|
|||
|
|
"Users" => "Kullanıcılar",
|
|||
|
|
"Authentication error" => "Kimlik doğrulama hatası",
|
|||
|
|
"Files" => "Dosyalar",
|
|||
|
|
"Text" => "Metin"
|
|||
|
|
);
|