123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?php
- $TRANSLATIONS = array(
- "Email sent" => "La retpoŝtaĵo sendiĝis",
- "Encryption" => "Ĉifrado",
- "Unable to load list from App Store" => "Ne eblis ŝargi liston el aplikaĵovendejo",
- "Authentication error" => "Aŭtentiga eraro",
- "Group already exists" => "La grupo jam ekzistas",
- "Unable to add group" => "Ne eblis aldoni la grupon",
- "Email saved" => "La retpoŝtadreso konserviĝis",
- "Invalid email" => "Nevalida retpoŝtadreso",
- "Unable to delete group" => "Ne eblis forigi la grupon",
- "Unable to delete user" => "Ne eblis forigi la uzanton",
- "Language changed" => "La lingvo estas ŝanĝita",
- "Invalid request" => "Nevalida peto",
- "Admins can't remove themself from the admin group" => "Administrantoj ne povas forigi sin mem el la administra grupo.",
- "Unable to add user to group %s" => "Ne eblis aldoni la uzanton al la grupo %s",
- "Unable to remove user from group %s" => "Ne eblis forigi la uzantan el la grupo %s",
- "User Documentation" => "Dokumentaro por uzantoj",
- "Disable" => "Malkapabligi",
- "Enable" => "Kapabligi",
- "Error" => "Eraro",
- "Update" => "Ĝisdatigi",
- "deleted" => "forigita",
- "undo" => "malfari",
- "Groups" => "Grupoj",
- "Group Admin" => "Grupadministranto",
- "Delete" => "Forigi",
- "__language_name__" => "Esperanto",
- "None" => "Nenio",
- "Login" => "Ensaluti",
- "Security Warning" => "Sekureca averto",
- "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita.",
- "Cron" => "Cron",
- "Sharing" => "Kunhavigo",
- "Enable Share API" => "Kapabligi API-on por Kunhavigo",
- "Allow apps to use the Share API" => "Kapabligi aplikaĵojn uzi la API-on pri Kunhavigo",
- "Allow links" => "Kapabligi ligilojn",
- "Allow users to share items to the public with links" => "Kapabligi uzantojn kunhavigi erojn kun la publiko perligile",
- "Allow resharing" => "Kapabligi rekunhavigon",
- "Allow users to share items shared with them again" => "Kapabligi uzantojn rekunhavigi erojn kunhavigitajn kun ili",
- "Allow users to share with anyone" => "Kapabligi uzantojn kunhavigi kun ĉiu ajn",
- "Allow users to only share with users in their groups" => "Kapabligi uzantojn nur kunhavigi kun uzantoj el siaj grupoj",
- "Server address" => "Servila adreso",
- "Port" => "Pordo",
- "Credentials" => "Aŭtentigiloj",
- "Log" => "Protokolo",
- "Log level" => "Registronivelo",
- "More" => "Pli",
- "Less" => "Malpli",
- "Version" => "Eldono",
- "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
- "Add your App" => "Aldonu vian aplikaĵon",
- "More Apps" => "Pli da aplikaĵoj",
- "Select an App" => "Elekti aplikaĵon",
- "See application page at apps.owncloud.com" => "Vidu la paĝon pri aplikaĵoj ĉe apps.owncloud.com",
- "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"</span>-permesilhavigita de <span class=\"author\"></span>",
- "Administrator Documentation" => "Dokumentaro por administrantoj",
- "Online Documentation" => "Reta dokumentaro",
- "Forum" => "Forumo",
- "Bugtracker" => "Cimoraportejo",
- "Commercial Support" => "Komerca subteno",
- "Get the apps to sync your files" => "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn",
- "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Vi uzas <strong>%s</strong> el la haveblaj <strong>%s</strong>",
- "Password" => "Pasvorto",
- "Your password was changed" => "Via pasvorto ŝanĝiĝis",
- "Unable to change your password" => "Ne eblis ŝanĝi vian pasvorton",
- "Current password" => "Nuna pasvorto",
- "New password" => "Nova pasvorto",
- "Change password" => "Ŝanĝi la pasvorton",
- "Email" => "Retpoŝto",
- "Your email address" => "Via retpoŝta adreso",
- "Profile picture" => "Profila bildo",
- "Cancel" => "Nuligi",
- "Language" => "Lingvo",
- "Help translate" => "Helpu traduki",
- "WebDAV" => "WebDAV",
- "Login Name" => "Ensaluti",
- "Create" => "Krei",
- "Default Storage" => "Defaŭlta konservejo",
- "Unlimited" => "Senlima",
- "Other" => "Alia",
- "Username" => "Uzantonomo",
- "Storage" => "Konservejo",
- "Default" => "Defaŭlta"
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|