10 lines
417 B
PHP
10 lines
417 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Pasahitza",
|
|
"Submit" => "Bidali",
|
|
"%s shared the folder %s with you" => "%sk zurekin %s karpeta elkarbanatu du",
|
|
"%s shared the file %s with you" => "%sk zurekin %s fitxategia elkarbanatu du",
|
|
"Download" => "Deskargatu",
|
|
"No preview available for" => "Ez dago aurrebista eskuragarririk hauentzat ",
|
|
"web services under your control" => "web zerbitzuak zure kontrolpean"
|
|
);
|