17 lines
627 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Itxi",
2013-09-22 09:53:01 -04:00
"Share" => "Partekatu",
2013-09-03 05:30:42 -04:00
"Failed to load documents." => "Dokumentuak kargatzeak huts egin du.",
2013-10-07 09:27:11 -04:00
"No documents are found. Please upload or create a document!" => "Ez da dokumenturik aurkitu. Mesedez igo edo sortu dokumentu bat!",
2013-09-03 05:30:42 -04:00
"Sent" => "Bidalia",
"Declined" => "Ez onartua",
"Accepted" => "Onartua",
"Incoming" => "Sarrerakoa",
2013-09-16 09:32:07 -04:00
"Upload" => "Igo",
2013-09-03 05:30:42 -04:00
"Documents" => "Dokumentuak",
2013-10-07 09:27:11 -04:00
"Save new documents to" => "Gorde dokumentu berriak hemen",
"Introduce yourself" => "Aurkeztu zure burua",
2013-09-03 05:30:42 -04:00
"Advanced feature-set" => "Ezaugarri aurreratu multzoa",
"(Unstable)" => "(Ez-egonkorra)"
2013-08-28 17:35:04 -04:00
);