Qvitter/js/lan.js

2055 lines
111 KiB
JavaScript
Raw Normal View History

2013-08-19 22:30:57 +09:00
/* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· ·
· ·
· Q V I T T E R ·
· ·
· http://github.com/hannesmannerheim/qvitter ·
· ·
· ·
· <o) ·
· /_//// ·
· (____/ ·
· (o< ·
· o> \\\\_\ ·
· \\) \____) ·
· ·
· ·
· ·
· Qvitter is free software: you can redistribute it and / or modify it ·
· under the terms of the GNU Affero General Public License as published by ·
· the Free Software Foundation, either version three of the License or (at ·
· your option) any later version. ·
· ·
· Qvitter is distributed in hope that it will be useful but WITHOUT ANY ·
· WARRANTY; without even the implied warranty of MERCHANTABILTY or FITNESS ·
· FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for ·
· more details. ·
· ·
· You should have received a copy of the GNU Affero General Public License ·
· along with Qvitter. If not, see <http://www.gnu.org/licenses/>. ·
· ·
· Contact h@nnesmannerhe.im if you have any questions. ·
· ·
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
// langages object
window.l = new Object();
// spanish
window.l.es = new Object();
2013-11-29 21:08:44 +09:00
window.l.es.languageName = 'Español';
window.l.es.loginUsername = 'Nombre de usuario o correo electrónico';
window.l.es.loginPassword = 'Contraseña';
window.l.es.loginSignIn = 'Iniciar sesión';
window.l.es.loginRememberMe = 'Recordar mis datos';
window.l.es.loginForgotPassword = '¿Olvidaste tu contraseña?';
window.l.es.notices = 'Queets';
window.l.es.followers = 'Seguidores';
window.l.es.following = 'Siguiendo';
window.l.es.groups = 'Grupos';
2014-01-29 03:42:47 +09:00
window.l.es.compose = 'Crear un nuevo Queet...';
2013-11-29 21:08:44 +09:00
window.l.es.queetVerb = 'Quittear';
window.l.es.queetsNounPlural = 'Queets';
window.l.es.logout = 'Cerrar sesión';
window.l.es.languageSelected = 'Idioma:';
window.l.es.viewMyProfilePage = 'Ver mi página de perfil';
window.l.es.expand = 'Abrir';
window.l.es.collapse = 'Reducir';
window.l.es.details = 'Detalles';
window.l.es.expandFullConversation = 'Ver la conversación entera';
window.l.es.replyVerb = 'Responder';
window.l.es.requeetVerb = 'Requittear';
window.l.es.favoriteVerb = 'Favorito';
2013-11-29 21:08:44 +09:00
window.l.es.requeetedVerb = 'Requitteado';
2014-01-29 03:42:47 +09:00
window.l.es.favoritedVerb = 'Marcado como favorito';
2013-11-29 21:08:44 +09:00
window.l.es.replyTo = 'Responder a';
window.l.es.requeetedBy = 'Requitteado por {requeeted-by}';
2013-11-29 21:08:44 +09:00
window.l.es.favoriteNoun = 'Favorito';
window.l.es.favoritesNoun = 'Favoritos';
window.l.es.requeetNoun = 'Requeet';
window.l.es.requeetsNoun = 'Requeets';
window.l.es.newQueet = 'nuevo Queet';
window.l.es.newQueets = 'nuevos Queets';
window.l.es.longmonthsJanuary = "enero";
window.l.es.longmonthsFebruary = "febrero";
window.l.es.longmonthsMars = "marzo";
window.l.es.longmonthsApril = "abril";
window.l.es.longmonthsMay = "mayo";
window.l.es.longmonthsJune = "junio";
window.l.es.longmonthsJuly = "julio";
window.l.es.longmonthsAugust = "agosto";
window.l.es.longmonthsSeptember = "septiembre";
window.l.es.longmonthsOctober = "octubre";
window.l.es.longmonthsNovember = "noviembre";
window.l.es.longmonthsDecember = "diciembre";
window.l.es.shortmonthsJanuary = "enero";
window.l.es.shortmonthsFebruary = "feb";
window.l.es.shortmonthsMars = "marzo";
window.l.es.shortmonthsApril = "abr";
window.l.es.shortmonthsMay = "mayo";
window.l.es.shortmonthsJune = "jun";
window.l.es.shortmonthsJuly = "jul";
window.l.es.shortmonthsAugust = "agosto";
window.l.es.shortmonthsSeptember = "sept";
window.l.es.shortmonthsOctober = "oct";
window.l.es.shortmonthsNovember = "nov";
window.l.es.shortmonthsDecember = "dic";
window.l.es.time12am = '{time} AM';
window.l.es.time12pm = '{time} PM';
window.l.es.longDateFormat = '{time24} - {day} {month} {year}';
window.l.es.shortDateFormatSeconds = '{seconds}s';
window.l.es.shortDateFormatMinutes = '{minutes}min';
window.l.es.shortDateFormatHours = '{hours}h';
window.l.es.shortDateFormatDate = '{day} {month}';
window.l.es.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.es.now = 'ahorita';
window.l.es.posting = 'enviando';
window.l.es.viewMoreInConvBefore = '← Ver más en la conversación';
window.l.es.viewMoreInConvAfter = 'Ver más en la conversación →';
window.l.es.mentions = 'Menciones';
window.l.es.timeline = 'Línea temporal';
window.l.es.publicTimeline = 'Línea temporal pública';
2014-01-29 03:42:47 +09:00
window.l.es.publicAndExtTimeline = 'Toda la red conocida';
2013-11-29 21:08:44 +09:00
window.l.es.searchVerb = 'Buscar';
window.l.es.deleteVerb = 'Eliminar';
window.l.es.cancelVerb = 'Cancelar';
window.l.es.deleteConfirmation = '¿Estás seguro de que quieres eliminar este queet?';
window.l.es.userExternalFollow = 'Seguir';
2014-01-29 03:42:47 +09:00
window.l.es.userExternalFollowHelp = 'Identificador de su cuenta (p.e. user@rainbowdash.net).';
2013-11-29 21:08:44 +09:00
window.l.es.userFollow = 'Seguir';
window.l.es.userFollowing = 'Siguiendo';
window.l.es.userUnfollow = 'Dejar de seguir';
window.l.es.joinGroup = 'Unirse al grupo';
2014-01-29 03:42:47 +09:00
window.l.es.joinExternalGroup = 'Unirse al grupo';
window.l.es.isMemberOfGroup = 'Miembro';
2013-11-29 21:08:44 +09:00
window.l.es.leaveGroup = 'Abandonar grupo';
window.l.es.memberCount = 'Miembros';
window.l.es.adminCount = 'Administradores';
window.l.es.settings = 'Configuración';
window.l.es.saveChanges = 'Guardar cambios';
window.l.es.linkColor = 'Color del enlace';
window.l.es.backgroundColor = 'Color de fondo';
window.l.es.newToQuitter = '¿Eres nuevo en {site-title}?';
2013-11-29 21:08:44 +09:00
window.l.es.signUp = 'Regístrate';
window.l.es.signUpFullName = 'Nombre completo';
window.l.es.signUpEmail = 'Correo electrónico';
window.l.es.signUpButtonText = 'Regístrate en {site-title}';
window.l.es.welcomeHeading = 'Bienvenido a {site-title}.';
window.l.es.welcomeText = 'Somos una <span id="federated-tooltip"><div id="what-is-federation">« Federación » significa que no debes tener una cuenta de {site-title} para seguir su usuarios, estar seguido por o communicar con ellos. ¡Puedes registrar con cualquier servidor StatusNet o <a href="http://www.gnu.org/software/social/">GNU Social</a>, o cualquier servicio utilizando el protocolo <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>! También no debes registrarse en cualquier servicio para participar - simplemente instala el software GNU Social en tu propio servidor. (:</div>federación</span> de microblogueros que, como tú, estan motivados por ética y solidaridad y quieren abandonar los servicios centralizados capitalistas.';
2013-11-29 21:08:44 +09:00
window.l.es.registerNickname = 'Nombre de usuario';
window.l.es.registerHomepage = 'Sitio web';
window.l.es.registerBio = 'Biografía';
window.l.es.registerLocation = 'Ubicación';
window.l.es.registerRepeatPassword = 'Verificar contraseña';
window.l.es.moreSettings = 'Más configuraciones';
window.l.es.otherServers = 'De manera alternativa, puedes crear una cuenta en otro servidor de la red GNUsocial. <a href="http://federation.skilledtests.com/select_your_server.html">Comparativa</a>';
2014-06-02 04:51:28 +09:00
window.l.es.editMyProfile = 'Editar perfil';
2014-09-25 06:20:35 +09:00
window.l.es.notifications = 'Notificaciones';
window.l.es.xFavedYourQueet = 'marcó tu Queet como favorito';
window.l.es.xRepeatedYourQueet = 'te ha requitteado ';
window.l.es.xStartedFollowingYou = 'te ha seguido';
2014-09-30 21:52:41 +09:00
window.l.es.followsYou = 'te sigue';
window.l.es.FAQ = 'FAQ';
window.l.es.goToExternalProfile = 'Ir al perfil completo';
window.l.es.cropAndSave = 'Crop and save';
2014-09-25 06:20:35 +09:00
2014-06-02 04:51:28 +09:00
2013-11-23 08:31:04 +09:00
// Português-Brasil
window.l.pt_br = new Object();
window.l.pt_br.languageName = 'Português-Brasil';
window.l.pt_br.loginUsername = 'Nome de usuário ou e-mail';
window.l.pt_br.loginPassword = 'Senha';
window.l.pt_br.loginSignIn = 'Iniciar sessão';
2014-07-16 21:05:21 +09:00
window.l.pt_br.loginRememberMe = 'Lembrar meu login';
window.l.pt_br.loginForgotPassword = 'Esqueceu sua senha?';
window.l.pt_br.notices = 'Queets';
window.l.pt_br.followers = 'Seguidores';
window.l.pt_br.following = 'Seguindo';
window.l.pt_br.groups = 'Grupos';
2014-07-16 21:05:21 +09:00
window.l.pt_br.compose = 'Escrever um novo Queet...';
window.l.pt_br.queetVerb = 'Quittear';
window.l.pt_br.queetsNounPlural = 'Queets';
window.l.pt_br.logout = 'Fechar sessão';
window.l.pt_br.languageSelected = 'Idioma:';
window.l.pt_br.viewMyProfilePage = 'Ver minha página de perfil';
2014-07-16 21:05:21 +09:00
window.l.pt_br.expand = 'Expandir';
window.l.pt_br.collapse = 'Reduzir';
window.l.pt_br.details = 'Detalhes';
2014-07-16 21:05:21 +09:00
window.l.pt_br.expandFullConversation = 'Expandir toda a conversa';
window.l.pt_br.replyVerb = 'Responder';
window.l.pt_br.requeetVerb = 'Requittear';
window.l.pt_br.favoriteVerb = 'Favorito';
window.l.pt_br.requeetedVerb = 'Requitteado';
window.l.pt_br.favoritedVerb = 'Marcado como favorito';
2014-07-16 21:05:21 +09:00
window.l.pt_br.replyTo = 'Responder para';
window.l.pt_br.requeetedBy = 'Requitteado por {requeeted-by}';
window.l.pt_br.favoriteNoun = 'Favorito';
window.l.pt_br.favoritesNoun = 'Favoritos';
window.l.pt_br.requeetNoun = 'Requeet';
window.l.pt_br.requeetsNoun = 'Requeets';
window.l.pt_br.newQueet = 'novo Queet';
window.l.pt_br.newQueets = 'novos Queets';
window.l.pt_br.longmonthsJanuary = 'janeiro';
window.l.pt_br.longmonthsFebruary = 'fevereiro';
window.l.pt_br.longmonthsMars = 'março';
window.l.pt_br.longmonthsApril = 'abril';
window.l.pt_br.longmonthsMay = 'maio';
window.l.pt_br.longmonthsJune = 'junho';
window.l.pt_br.longmonthsJuly = 'julho';
window.l.pt_br.longmonthsAugust = 'agosto';
window.l.pt_br.longmonthsSeptember = 'setembro';
window.l.pt_br.longmonthsOctober = 'outubro';
window.l.pt_br.longmonthsNovember = 'novembro';
window.l.pt_br.longmonthsDecember = 'dezembro';
window.l.pt_br.shortmonthsJanuary = 'janeiro';
window.l.pt_br.shortmonthsFebruary = 'fev';
window.l.pt_br.shortmonthsMars = 'março';
window.l.pt_br.shortmonthsApril = 'abr';
window.l.pt_br.shortmonthsMay = 'maio';
window.l.pt_br.shortmonthsJune = 'jun';
window.l.pt_br.shortmonthsJuly = 'jul';
window.l.pt_br.shortmonthsAugust = 'agosto';
window.l.pt_br.shortmonthsSeptember = 'set';
window.l.pt_br.shortmonthsOctober = 'out';
window.l.pt_br.shortmonthsNovember = 'nov';
window.l.pt_br.shortmonthsDecember = 'dez';
window.l.pt_br.time12am = '{time} AM';
window.l.pt_br.time12pm = '{time} PM';
window.l.pt_br.longDateFormat = '{time24} - {day} {month} {year}';
window.l.pt_br.shortDateFormatSeconds = '{seconds}s';
window.l.pt_br.shortDateFormatMinutes = '{minutes}min';
window.l.pt_br.shortDateFormatHours = '{hours}h';
window.l.pt_br.shortDateFormatDate = '{day} {month}';
window.l.pt_br.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.pt_br.now = 'agora';
2014-07-16 21:05:21 +09:00
window.l.pt_br.posting = 'publicando';
window.l.pt_br.viewMoreInConvBefore = '← Ver mais na conversa';
window.l.pt_br.viewMoreInConvAfter = 'Ver mais na conversa →';
window.l.pt_br.mentions = 'Menções';
2014-07-16 21:05:21 +09:00
window.l.pt_br.timeline = 'Linha de tempo';
window.l.pt_br.publicTimeline = 'Linha de tempo pública';
window.l.pt_br.publicAndExtTimeline = 'Toda a rede conhecida';
window.l.pt_br.searchVerb = 'Buscar';
2014-07-16 21:05:21 +09:00
window.l.pt_br.deleteVerb = 'Apagar';
window.l.pt_br.cancelVerb = 'Cancelar';
2014-07-16 21:05:21 +09:00
window.l.pt_br.deleteConfirmation = 'Tem certeza que quer apagar este queet?';
window.l.pt_br.userExternalFollow = 'Seguir remotamente';
window.l.pt_br.userExternalFollowHelp = 'Identificador de sua conta (ex.: usuario@rainbowdash.net)';
window.l.pt_br.userFollow = 'Seguir';
window.l.pt_br.userFollowing = 'Seguindo';
window.l.pt_br.userUnfollow = 'Deixar de seguir';
2014-07-16 21:05:21 +09:00
window.l.pt_br.joinGroup = 'Participar';
window.l.pt_br.joinExternalGroup = 'Participar remotamente';
window.l.pt_br.isMemberOfGroup = 'Membro';
2014-07-16 21:05:21 +09:00
window.l.pt_br.leaveGroup = 'Abandonar';
window.l.pt_br.memberCount = 'Membros';
window.l.pt_br.adminCount = 'Administradores';
2014-07-16 21:05:21 +09:00
window.l.pt_br.settings = 'Configurações';
window.l.pt_br.saveChanges = 'Salvar mudanças';
window.l.pt_br.linkColor = 'Cor do link';
window.l.pt_br.backgroundColor = 'Cor de fundo';
window.l.pt_br.newToQuitter = 'Você é novo no {site-title}?';
window.l.pt_br.signUp = 'Registre-se';
window.l.pt_br.signUpFullName = 'Nome completo';
window.l.pt_br.signUpEmail = 'E-mail';
window.l.pt_br.signUpButtonText = 'Registre-se no {site-title}';
window.l.pt_br.welcomeHeading = 'Bem-vindo ao {site-title}.';
window.l.pt_br.welcomeText = 'Somos uma <span id="federated-tooltip"><div id="what-is-federation">« Federação » significa que você não deve ter uma conta do {site-title} para seguir seus usuários, ser seguido por eles ou se comunicar com eles. Você pode se registrar em qualquer servidor StatusNet ou <a href="http://www.gnu.org/software/social/">GNU Social</a>, ou em qualquer serviço utilizando o protocolo <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>! Também não deve se registrar em qualquer serviço para participar - simplesmente instale o software GNU Social em seu próprio servidor. (:</div>federação</span> de microblogueiros que, como você, estão motivados pela ética e solidaridade, e querem abandonar os serviços centralizados capitalistas. Estamos aqui desde 2010 e sempre vamos ser non-profit.';
window.l.pt_br.registerNickname = 'Nome de usuário';
window.l.pt_br.registerHomepage = 'Site web';
window.l.pt_br.registerBio = 'Biografia';
window.l.pt_br.registerLocation = 'Localização';
2014-07-16 21:05:21 +09:00
window.l.pt_br.registerRepeatPassword = 'Repetir senha';
window.l.pt_br.moreSettings = 'Mais configurações';
window.l.pt_br.otherServers = 'De manera alternativa, você pode criar uma conta em outro servidor da rede GNUsocial. <a href="http://federation.skilledtests.com/select_your_server.html">Comparativo</a>';
2014-08-29 19:13:30 +09:00
window.l.pt_br.editMyProfile = 'Editar perfil';
2014-09-25 06:20:35 +09:00
window.l.pt_br.notifications = 'Notificações';
window.l.pt_br.xFavedYourQueet = 'curtiu seu Queet';
window.l.pt_br.xRepeatedYourQueet = 'requeetou você';
window.l.pt_br.xStartedFollowingYou = 'seguiu você';
2014-09-30 21:52:41 +09:00
window.l.pt_br.followsYou = 'segue você';
window.l.pt_br.FAQ = 'FAQ';
window.l.pt_br.goToExternalProfile = 'Ir para o perfil completo';
window.l.pt_br.cropAndSave = 'Crop and save';
2014-09-25 06:20:35 +09:00
// galician
window.l.gl = new Object();
window.l.gl.languageName = 'Galego';
2014-06-02 04:51:28 +09:00
window.l.gl.loginUsername = 'Nome de usuario ou mail';
window.l.gl.loginPassword = 'Clave';
window.l.gl.loginSignIn = 'Entre';
window.l.gl.loginRememberMe = 'lembrarme';
window.l.gl.loginForgotPassword = 'Esqueciches a túa clave?';
window.l.gl.notices = 'Queets';
window.l.gl.followers = 'Seguidores ';
window.l.gl.following = 'seguindo';
window.l.gl.groups = 'Grupos';
window.l.gl.compose = 'Novo Queet';
window.l.gl.queetVerb = 'Queet';
window.l.gl.queetsNounPlural = 'Queets';
2014-06-02 04:51:28 +09:00
window.l.gl.logout = 'Saír';
window.l.gl.languageSelected = 'Linguaxe:';
window.l.gl.viewMyProfilePage = 'Ver o meu perfil';
window.l.gl.expand = 'Abrir';
window.l.gl.collapse = 'Reducir';
window.l.gl.details = 'Detalles';
window.l.gl.expandFullConversation = 'Ver a conversación enteira';
window.l.gl.replyVerb = 'Responder';
window.l.gl.requeetVerb = 'Requittear';
window.l.gl.favoriteVerb = 'Favoritos';
window.l.gl.requeetedVerb = 'Requitteado';
window.l.gl.favoritedVerb = 'Favorito';
window.l.gl.replyTo = 'Responder a ';
window.l.gl.requeetedBy = 'Requitteado por {requeeted-by}';
window.l.gl.favoriteNoun = 'Favorito';
window.l.gl.favoritesNoun = 'Favoritos';
window.l.gl.requeetNoun = 'Reueet';
window.l.gl.requeetsNoun = 'Requeets';
window.l.gl.newQueet = 'novo queet';
window.l.gl.newQueets = 'novos queets';
window.l.gl.longmonthsJanuary = 'xaneiro';
window.l.gl.longmonthsFebruary = 'febreiro';
window.l.gl.longmonthsMars = 'marzo';
window.l.gl.longmonthsApril = 'abril';
window.l.gl.longmonthsMay = 'maio';
2014-06-02 04:51:28 +09:00
window.l.gl.longmonthsJune = 'xuño';
window.l.gl.longmonthsJuly = 'xullo ';
window.l.gl.longmonthsAugust = 'agosto';
window.l.gl.longmonthsSeptember = 'setembro';
window.l.gl.longmonthsOctober = 'outubro';
window.l.gl.longmonthsNovember = 'novembro';
window.l.gl.longmonthsDecember = 'decembro';
window.l.gl.shortmonthsJanuary = 'xaneiro';
window.l.gl.shortmonthsFebruary = 'feb';
window.l.gl.shortmonthsMars = 'marzo';
window.l.gl.shortmonthsApril = 'abr';
window.l.gl.shortmonthsMay = 'maio';
2014-06-02 04:51:28 +09:00
window.l.gl.shortmonthsJune = 'xuñ ';
window.l.gl.shortmonthsJuly = 'xull ';
window.l.gl.shortmonthsAugust = 'agosto';
window.l.gl.shortmonthsSeptember = 'set';
window.l.gl.shortmonthsOctober = 'out';
window.l.gl.shortmonthsNovember = 'nov';
2014-06-02 04:51:28 +09:00
window.l.gl.shortmonthsDecember = 'dec ';
window.l.gl.time12am = '{time} AM';
window.l.gl.time12pm = '{time} PM';
window.l.gl.longDateFormat = '{time24} - {day} {month} {year}';
window.l.gl.shortDateFormatSeconds = '{seconds}s';
window.l.gl.shortDateFormatMinutes = '{minutes}min';
window.l.gl.shortDateFormatHours = '{hours}h';
window.l.gl.shortDateFormatDate = '{day} {month}';
window.l.gl.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.gl.now = 'agora';
window.l.gl.posting = 'enviando';
window.l.gl.viewMoreInConvBefore = '← Ver máis na conversación';
2014-06-02 04:51:28 +09:00
window.l.gl.viewMoreInConvAfter = 'Ver máis na conversación → ';
window.l.gl.mentions = 'Menciones';
window.l.gl.timeline = 'Líña temporal';
window.l.gl.publicTimeline = 'Líña temporal pública';
2014-06-02 04:51:28 +09:00
window.l.gl.publicAndExtTimeline = 'Toda a rede coñecida';
window.l.gl.searchVerb = 'Buscar';
window.l.gl.deleteVerb = 'Eliminar';
window.l.gl.cancelVerb = 'Cancelar';
window.l.gl.deleteConfirmation = 'Estás seguro de que queres eliminar este queet?';
window.l.gl.userExternalFollow = 'Seguir';
window.l.gl.userExternalFollowHelp = 'Identificador da súa conta (p.e. user@rainbowdash.net).';
window.l.gl.userFollow = 'Seguir';
2014-06-02 04:51:28 +09:00
window.l.gl.userFollowing = 'Seguindo';
window.l.gl.userUnfollow = 'Deixar de seguir ';
window.l.gl.joinGroup = 'Unirse ao grupo';
window.l.gl.joinExternalGroup = 'Unirse ao grupo ';
window.l.gl.isMemberOfGroup = 'Membro';
window.l.gl.leaveGroup = 'Deixar de seguir';
window.l.gl.memberCount = 'Membros';
window.l.gl.adminCount = 'Administradores';
window.l.gl.settings = 'Configuración';
window.l.gl.saveChanges = 'Gardar cambios';
window.l.gl.linkColor = 'Cor do enlace';
window.l.gl.backgroundColor = 'Cor de fondo';
window.l.gl.newToQuitter = 'Eres novo en {site-title}? ';
window.l.gl.signUp = 'Rexístrate';
window.l.gl.signUpFullName = 'Nome completo';
window.l.gl.signUpEmail = 'Correo electrónico';
window.l.gl.signUpButtonText = 'Rexístrate en {site-title}';
window.l.gl.welcomeHeading = 'Benvido a {site-title}.';
window.l.gl.welcomeText = 'Somos unha <span id="federated-tooltip"><div id="what-is-federation">« Federación » significa que non debes ter unha conta de {site-title} para seguir os seus usuarios, estar seguido por ou communicar con eles. Podes rexistrar con calquera servidor StatusNet ou <a href="http://www.gnu.org/software/social/">GNU Social</a>, ou calquera servizo utilizando o protocolo <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>! Tamén non debes rexistrarse en calquera servizo para participar - simplemente instala o software GNU Social no teu propio servidor. (:</div>federación</span> de microblogueros que, como ti, estan motivados por ética e solidariedade e queren abandonar os servizos centralizados capitalistas. Estamos aquí desde 2010 e sempre imos ser non-profit. ';
window.l.gl.registerNickname = 'Nome de usuario';
window.l.gl.registerHomepage = 'Sitio web';
window.l.gl.registerBio = 'Biografía';
window.l.gl.registerLocation = 'Ubicación';
window.l.gl.registerRepeatPassword = 'Verificar contrasinal';
window.l.gl.moreSettings = 'máis opcións';
window.l.gl.otherServers = 'De maneira alternativa, podes crear unha conta noutro servidor da rede GNUsocial. <a href="http://federation.skilledtests.com/select_your_server.html">Comparativa</a>';
2014-06-02 04:51:28 +09:00
window.l.gl.editMyProfile = 'Editar o perfil';
2014-09-25 06:20:35 +09:00
window.l.gl.notifications = 'Notificacións';
window.l.gl.xFavedYourQueet = 'marcou como favorito o teu chío';
window.l.gl.xRepeatedYourQueet = 'rechouchioute';
window.l.gl.xStartedFollowingYou = 'está a seguirte';
2014-09-30 21:52:41 +09:00
window.l.gl.followsYou = 'séguete';
window.l.gl.FAQ = 'FAQ';
window.l.gl.goToExternalProfile = 'Ir ao perfil completo';
window.l.gl.cropAndSave = 'Crop and save';
// basque
window.l.eu = new Object();
window.l.eu.languageName = 'Euskara';
window.l.eu.loginUsername = 'Erabiltzaile edo emaila';
window.l.eu.loginPassword = 'Pasahitza';
window.l.eu.loginSignIn = 'Saioa hasi';
window.l.eu.loginRememberMe = 'Gogoratu';
window.l.eu.loginForgotPassword = 'Pasahitz galdua?';
window.l.eu.notices = 'Txioak';
window.l.eu.followers = 'Jarraitzaile';
window.l.eu.following = 'Jarraitzen';
window.l.eu.groups = 'Taldeak';
window.l.eu.compose = 'Idatzi txio berri bat';
window.l.eu.queetVerb = 'Txio';
window.l.eu.queetsNounPlural = 'Txioak';
window.l.eu.logout = 'Irten';
window.l.eu.languageSelected = 'Hizkuntza';
window.l.eu.viewMyProfilePage = 'Ikusi zure profila';
window.l.eu.expand = 'Zabaldu';
window.l.eu.collapse = 'Bildu';
window.l.eu.details = 'Xehetasunak';
window.l.eu.expandFullConversation = 'Zabaldu elkarrizketa osoa';
window.l.eu.replyVerb = 'Erantzun';
window.l.eu.requeetVerb = 'Bertxiotu';
window.l.eu.favoriteVerb = 'Gogoko';
window.l.eu.requeetedVerb = 'Bertxiotua';
window.l.eu.favoritedVerb = 'Gogokoa';
window.l.eu.replyTo = 'Erantzun';
window.l.eu.requeetedBy = 'Bertxiotzailea {requeeted-by}';
window.l.eu.favoriteNoun = 'Gogokoa';
window.l.eu.favoritesNoun = 'Gogokoak';
window.l.eu.requeetNoun = 'Bertxio';
window.l.eu.requeetsNoun = 'Bertxioak';
window.l.eu.newQueet = 'Txio berria';
window.l.eu.newQueets = 'Txio berriak';
window.l.eu.longmonthsJanuary = 'Urtarrila';
window.l.eu.longmonthsFebruary = 'Otsaila';
window.l.eu.longmonthsMars = 'Martxoa';
window.l.eu.longmonthsApril = 'Apirila';
window.l.eu.longmonthsMay = 'Maiatza';
window.l.eu.longmonthsJune = 'Ekaina';
window.l.eu.longmonthsJuly = 'Uztaila';
window.l.eu.longmonthsAugust = 'Abuztua';
window.l.eu.longmonthsSeptember = 'Iraila';
window.l.eu.longmonthsOctober = 'Urria';
window.l.eu.longmonthsNovember = 'Azaroa';
window.l.eu.longmonthsDecember = 'Abendua';
window.l.eu.shortmonthsJanuary = 'urt';
window.l.eu.shortmonthsFebruary = 'ots';
window.l.eu.shortmonthsMars = 'mar';
window.l.eu.shortmonthsApril = 'api';
window.l.eu.shortmonthsMay = 'mai';
window.l.eu.shortmonthsJune = 'eka';
window.l.eu.shortmonthsJuly = 'uzt';
window.l.eu.shortmonthsAugust = 'abu';
window.l.eu.shortmonthsSeptember = 'ira';
window.l.eu.shortmonthsOctober = 'urr';
window.l.eu.shortmonthsNovember = 'aza';
window.l.eu.shortmonthsDecember = 'abe';
window.l.eu.time12am = '{time} am';
window.l.eu.time12pm = '{time} pm';
window.l.eu.longDateFormat = '{year} {month} {day} {time12}';
window.l.eu.shortDateFormatSeconds = '{seconds}s';
window.l.eu.shortDateFormatMinutes = '{minutes}m';
window.l.eu.shortDateFormatHours = '{hours}o';
window.l.eu.shortDateFormatDate = '{month} {day}';
window.l.eu.shortDateFormatDateAndY = '{year} {month} {day}';
window.l.eu.now = 'orain';
window.l.eu.posting = 'idazten';
window.l.eu.viewMoreInConvBefore = '← Ikusi elkarrizketa +';
window.l.eu.viewMoreInConvAfter = 'Ikusi elkarrizketa + →';
window.l.eu.mentions = 'Aipuak';
window.l.eu.timeline = 'Denboralerroa';
window.l.eu.publicTimeline = 'Denboralerro publikoa';
window.l.eu.publicAndExtTimeline = 'Sare ezagun osoa';
window.l.eu.searchVerb = 'Bilatu';
window.l.eu.deleteVerb = 'Ezabatu';
window.l.eu.cancelVerb = 'Utzi';
window.l.eu.deleteConfirmation = 'Ziur txio hau ezabatu nahi duzula?';
window.l.eu.userExternalFollow = 'Urruneko jarraitzaiilea';
window.l.eu.userExternalFollowHelp = 'Zure kontuaren IDa (adz. dejong@bull.net)';
window.l.eu.userFollow = 'Jarraitu';
window.l.eu.userFollowing = 'Jarraitzen';
window.l.eu.userUnfollow = 'Utzi';
window.l.eu.joinGroup = 'Batu';
window.l.eu.joinExternalGroup = 'Batu hurrunera';
window.l.eu.isMemberOfGroup = 'Kidea';
window.l.eu.leaveGroup = 'Utzi';
window.l.eu.memberCount = 'Kideak';
window.l.eu.adminCount = 'Adminak';
window.l.eu.settings = 'Aukerak';
window.l.eu.saveChanges = 'Gorde aldaketak';
window.l.eu.linkColor = 'Esteka kolorea';
window.l.eu.backgroundColor = 'Hondoko kolorea';
window.l.eu.newToQuitter = 'Berria Quiterren?';
window.l.eu.signUp = 'Izena eman';
window.l.eu.signUpFullName = 'Izen osoa';
window.l.eu.signUpEmail = 'Emaila';
window.l.eu.signUpButtonText = 'Izen eman Quiterren';
window.l.eu.welcomeHeading = 'Ongi etorri Quiterrera.';
window.l.eu.welcomeText = 'Zerbitzu kapitalista zentralizatuetatik ihes egin nahi duen eta etika zein elkartasuna axola zaizkion mikroblogintza <span id="federated-tooltip"><div id="what-is-federation">"Federazioak" esan nahi duz ez duzula behar {site-title} kontu bat jarraitzaile izan, jarraitua izateko edo {site-title} erabiltzaileekin elkarreragiteko. StatusNet, GNU Social edo <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">Ostatus</a> protokoloa darabilen edozein zerbitzutan erregistratu zaitezke! Zure zerbitzari propioan <a href="http://www.gnu.org/software/social/">GNU Social</a> maitagarria instalatzen baduzu, ez duzu besteen zerbitzutan zertan erregistratu ere! :)</div>federazio</span> bat gara. 2010 urteaz geroztik gabiltz hontan eta beti jarraituko dugu irabazi asmorik gabekoak izaten.';
window.l.eu.registerNickname = 'Ezizena';
window.l.eu.registerHomepage = 'Hasera';
window.l.eu.registerBio = 'Biografia';
window.l.eu.registerLocation = 'Kokapena';
window.l.eu.registerRepeatPassword = 'Errepikatu pasahitza';
window.l.eu.moreSettings = 'Aukera gehiago';
window.l.eu.otherServers = 'GNU social sareko beste nodo batean sor dezakezu kontu bat nahi izanez gero. <a href="http://federation.skilledtests.com/select_your_server.html">Alderatu</a>';
2014-08-29 19:13:30 +09:00
window.l.eu.editMyProfile = 'Editatu profila';
2014-09-25 06:20:35 +09:00
window.l.eu.notifications = 'Jakinarazpenak';
window.l.eu.xFavedYourQueet = 'erabiltzaileak gustuko du zure Txioa';
window.l.eu.xRepeatedYourQueet = 'erabiltzaileak bertxiotu zaitu';
window.l.eu.xStartedFollowingYou = 'jarraitzen hasi zaizu';
2014-09-30 21:52:41 +09:00
window.l.eu.followsYou = 'jarraitzen dizu';
window.l.eu.FAQ = 'FAQ';
window.l.eu.goToExternalProfile = 'Profil osora joan';
window.l.eu.cropAndSave = 'Crop and save';
2013-08-19 22:30:57 +09:00
// french
window.l.fr = new Object();
2013-11-29 21:08:44 +09:00
window.l.fr.languageName = 'français';
window.l.fr.loginUsername = 'Nom d\'utilisateur ou email';
window.l.fr.loginPassword = 'Mot de passe';
window.l.fr.loginSignIn = 'Se connecter';
window.l.fr.loginRememberMe = 'Se souvenir de moi';
window.l.fr.loginForgotPassword = 'Mot de passe oublié ?';
window.l.fr.notices = 'Queets';
window.l.fr.followers = 'Abonnés';
window.l.fr.following = 'Abonnements';
window.l.fr.groups = 'Groupes';
window.l.fr.compose = 'Écrire un nouveau Queet...';
window.l.fr.queetVerb = 'Queeter';
window.l.fr.queetsNounPlural = 'Queets';
window.l.fr.logout = 'Déconnexion';
window.l.fr.languageSelected = 'Langue :';
window.l.fr.viewMyProfilePage = 'Voir ma page de profil';
window.l.fr.expand = 'Ouvrir';
window.l.fr.collapse = 'Réduire';
window.l.fr.details = 'Détails';
window.l.fr.expandFullConversation = 'montrer la totalité de la conversation';
window.l.fr.replyVerb = 'Répondre';
window.l.fr.requeetVerb = 'Requeeter';
window.l.fr.favoriteVerb = 'Favori';
window.l.fr.requeetedVerb = 'Requeeté';
window.l.fr.favoritedVerb = 'Ajouté aux favoris';
window.l.fr.replyTo = 'Répondre à';
window.l.fr.requeetedBy = 'Requeeté par {requeeted-by}';
2013-11-29 21:08:44 +09:00
window.l.fr.favoriteNoun = 'Favori';
window.l.fr.favoritesNoun = 'Favoris';
window.l.fr.requeetNoun = 'Requeet';
window.l.fr.requeetsNoun = 'Requeets';
window.l.fr.newQueet = 'nouveau Queet';
window.l.fr.newQueets = 'nouveaux Queets';
window.l.fr.longmonthsJanuary = "janvier";
window.l.fr.longmonthsFebruary = "février";
window.l.fr.longmonthsMars = "mars";
window.l.fr.longmonthsApril = "avril";
window.l.fr.longmonthsMay = "mai";
window.l.fr.longmonthsJune = "juin";
window.l.fr.longmonthsJuly = "juillet";
window.l.fr.longmonthsAugust = "août";
window.l.fr.longmonthsSeptember = "septembre";
window.l.fr.longmonthsOctober = "octobre";
window.l.fr.longmonthsNovember = "novembre";
window.l.fr.longmonthsDecember = "décembre";
window.l.fr.shortmonthsJanuary = "janv";
window.l.fr.shortmonthsFebruary = "févr";
window.l.fr.shortmonthsMars = "mars";
window.l.fr.shortmonthsApril = "avril";
window.l.fr.shortmonthsMay = "mai";
window.l.fr.shortmonthsJune = "juin";
window.l.fr.shortmonthsJuly = "juil";
window.l.fr.shortmonthsAugust = "août";
window.l.fr.shortmonthsSeptember = "sept";
window.l.fr.shortmonthsOctober = "oct";
window.l.fr.shortmonthsNovember = "nov";
window.l.fr.shortmonthsDecember = "déc";
window.l.fr.time12am = '{time} AM';
window.l.fr.time12pm = '{time} PM';
window.l.fr.longDateFormat = '{hours} h {minutes} - {day} {month} {year}';
window.l.fr.shortDateFormatSeconds = '{seconds} s';
window.l.fr.shortDateFormatMinutes = '{minutes} min';
window.l.fr.shortDateFormatHours = '{hours} h';
window.l.fr.shortDateFormatDate = '{day} {month}';
window.l.fr.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.fr.now = 'en ce moment';
window.l.fr.posting = 'envoie';
window.l.fr.viewMoreInConvBefore = '← Voir davantage dans la conversation';
window.l.fr.viewMoreInConvAfter = 'Voir davantage dans la conversation →';
window.l.fr.mentions = 'Mentions';
window.l.fr.timeline = 'Queets';
window.l.fr.publicTimeline = 'Tous les queets';
2014-01-29 03:42:47 +09:00
window.l.fr.publicAndExtTimeline = 'L\'ensemble de la Fédération';
2013-11-29 21:08:44 +09:00
window.l.fr.searchVerb = 'Rechercher';
window.l.fr.deleteVerb = 'Supprimer';
window.l.fr.cancelVerb = 'Annuler';
window.l.fr.deleteConfirmation = 'Êtes-vous sûr de vouloir supprimer ce queet ?';
window.l.fr.userExternalFollowHelp = 'Votre identifiant (utilisateur@quitter.se, par exemple).';
window.l.fr.userExternalFollow = 'Suivre';
window.l.fr.userFollow = 'Suivre';
window.l.fr.userFollowing = 'Abonné';
window.l.fr.userUnfollow = 'Se désabonner';
window.l.fr.joinGroup = 'Rejoindre ce groupe';
2014-01-29 03:42:47 +09:00
window.l.fr.joinExternalGroup = 'Rejoindre ce groupe';
2013-11-29 21:08:44 +09:00
window.l.fr.isMemberOfGroup = 'Quitter le groupe';
window.l.fr.leaveGroup = 'Quitter le groupe';
window.l.fr.memberCount = 'Membres';
window.l.fr.adminCount = 'Administrateurs';
window.l.fr.settings = 'Paramètres';
window.l.fr.saveChanges = 'Sauvegarder les modifications';
window.l.fr.linkColor = 'Couleur des liens';
window.l.fr.backgroundColor = 'Couleur de l\'arrière-plan';
window.l.fr.newToQuitter = 'Nouveau sur {site-title} ?';
2013-11-29 21:08:44 +09:00
window.l.fr.signUp = 'Inscrivez-vous';
window.l.fr.signUpFullName = 'Nom complet';
window.l.fr.signUpEmail = 'Email';
window.l.fr.signUpButtonText = 'S\'inscrire sur {site-title}';
window.l.fr.welcomeHeading = 'Bienvenue sur {site-title}.';
window.l.fr.welcomeText = 'Nous sommes une <span id="federated-tooltip"><div id="what-is-federation">La « fédération » signifie que vous n\'êtes pas obligé d\'avoir un compte {site-title} pour pouvoir suivre ses utilisateurs, être suivis par eux ou interagir avec eux. Vous pouvez vous enregistrer sur n\'importe quel serveur StatusNet ou <a href="http://www.gnu.org/software/social/">GNU Social</a>, ou n\'importe quel service utilisant le protocole <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a> ! Vous n\'êtes pas même obligés de vous inscrire où que ce soit, puisque vous pouvez aussi installer le programme GNU Social sur votre propre serveur ! :)</div>fédération</span> de microbloggers qui, comme vous, a le souci de l\'éthique, de la solidarité, et de s\'extraire des services centralisés capitalistes.';
2013-11-29 21:08:44 +09:00
window.l.fr.registerNickname = 'Nom d\'utilisateur';
window.l.fr.registerHomepage = 'Site Web';
window.l.fr.registerBio = 'Biographie';
window.l.fr.registerLocation = 'Localisation';
window.l.fr.registerRepeatPassword = 'Vérifiez votre mot de passe';
window.l.fr.moreSettings = 'Plus de paramètres';
window.l.fr.otherServers = '';
2014-06-02 04:51:28 +09:00
window.l.fr.editMyProfile = 'Éditer le profil';
2014-09-25 06:20:35 +09:00
window.l.fr.notifications = 'Notifications';
window.l.fr.xFavedYourQueet = 'a ajouté votre Queet à ses favoris ';
window.l.fr.xRepeatedYourQueet = 'vous a requeeté ';
window.l.fr.xStartedFollowingYou = 'vous a suivi';
2014-09-30 21:52:41 +09:00
window.l.fr.followsYou = 'vous suit';
window.l.fr.FAQ = 'FAQ';
window.l.fr.goToExternalProfile = 'Aller sur le profil complet';
window.l.fr.cropAndSave = 'Crop and save';
2013-08-19 22:30:57 +09:00
// deutsch
window.l.de = new Object();
2013-11-29 21:08:44 +09:00
window.l.de.languageName = 'Deutsch';
window.l.de.loginUsername = 'Benutzername oder E-Mail';
window.l.de.loginPassword = 'Passwort';
window.l.de.loginSignIn = 'Anmelden';
window.l.de.loginRememberMe = 'Angemeldet bleiben';
window.l.de.loginForgotPassword = 'Passwort vergessen?';
window.l.de.notices = 'Queets';
window.l.de.followers = 'Follower';
window.l.de.following = 'Folgt';
window.l.de.groups = 'Gruppen';
window.l.de.compose = 'Verfasse einen neuen Queet...';
window.l.de.queetVerb = 'Quittern';
window.l.de.queetsNounPlural = 'Queets';
window.l.de.logout = 'Abmelden';
window.l.de.languageSelected = 'Sprache:';
window.l.de.viewMyProfilePage = 'Mein Profil ansehen';
window.l.de.expand = 'Öffnen';
window.l.de.collapse = 'Schließen';
window.l.de.details = 'Details';
window.l.de.expandFullConversation = 'Vollständiges Gespräch';
window.l.de.replyVerb = 'Antworten';
window.l.de.requeetVerb = 'Requeeten';
window.l.de.favoriteVerb = 'Favorisieren';
window.l.de.requeetedVerb = 'Requeetet';
window.l.de.favoritedVerb = 'Favorisiert';
window.l.de.replyTo = 'Antwort an';
window.l.de.requeetedBy = 'Requeetet von {requeeted-by}';
2013-11-29 21:08:44 +09:00
window.l.de.favoriteNoun = 'Favorisieren';
window.l.de.favoritesNoun = 'Favoriten';
window.l.de.requeetNoun = 'Requeet';
window.l.de.requeetsNoun = 'Requeets';
window.l.de.newQueet = 'neuer Queet';
window.l.de.newQueets = 'neue Queets';
window.l.de.longmonthsJanuary = "Januar";
window.l.de.longmonthsFebruary = "Februar";
window.l.de.longmonthsMars = "März";
window.l.de.longmonthsApril = "April";
window.l.de.longmonthsMay = "Mai";
window.l.de.longmonthsJune = "Juni";
window.l.de.longmonthsJuly = "Juli";
window.l.de.longmonthsAugust = "August";
window.l.de.longmonthsSeptember = "September";
window.l.de.longmonthsOctober = "Oktober";
window.l.de.longmonthsNovember = "November";
window.l.de.longmonthsDecember = "Dezember";
window.l.de.shortmonthsJanuary = "Jan";
window.l.de.shortmonthsFebruary = "Feb";
window.l.de.shortmonthsMars = "Mär";
window.l.de.shortmonthsApril = "Apr";
window.l.de.shortmonthsMay = "Mai";
window.l.de.shortmonthsJune = "Jun";
window.l.de.shortmonthsJuly = "Jul";
window.l.de.shortmonthsAugust = "Aug";
window.l.de.shortmonthsSeptember = "Sep";
window.l.de.shortmonthsOctober = "Okt";
window.l.de.shortmonthsNovember = "Nov";
window.l.de.shortmonthsDecember = "Dez";
window.l.de.time12am = '{time} AM';
window.l.de.time12pm = '{time} PM';
window.l.de.longDateFormat = '{time24} - {day} {month} {year}';
window.l.de.shortDateFormatSeconds = '{seconds}s';
window.l.de.shortDateFormatMinutes = '{minutes}m';
window.l.de.shortDateFormatHours = '{hours}h';
window.l.de.shortDateFormatDate = '{day}{month}';
window.l.de.shortDateFormatDateAndY = '{day}{month} {year}';
window.l.de.now = 'jetzt';
2014-01-29 03:42:47 +09:00
window.l.de.posting = 'wird gesendet';
2013-11-29 21:08:44 +09:00
window.l.de.viewMoreInConvBefore = '← Mehr im Gespräch anzeigen';
window.l.de.viewMoreInConvAfter = 'Mehr im Gespräch anzeigen →';
window.l.de.mentions = 'Erwähnungen';
window.l.de.timeline = 'Timeline';
window.l.de.publicTimeline = 'Öffentliche Timeline';
2014-01-29 03:42:47 +09:00
window.l.de.publicAndExtTimeline = 'Gesamtes bekanntes Netzwerk';
2013-11-29 21:08:44 +09:00
window.l.de.searchVerb = 'Suche';
window.l.de.deleteVerb = 'Löschen';
window.l.de.cancelVerb = 'Abbrechen';
window.l.de.deleteConfirmation = 'Bist Du sicher, dass Du diesen Queet löschen möchtest?';
window.l.de.userExternalFollow = 'Folgen';
2014-01-29 03:42:47 +09:00
window.l.de.userExternalFollowHelp = 'Deine Konto-ID (z.B. user@rainbowdash.net).';
2013-11-29 21:08:44 +09:00
window.l.de.userFollow = 'Folgen';
window.l.de.userFollowing = 'Folge ich';
window.l.de.userUnfollow = 'Entfolgen';
window.l.de.joinGroup = 'Der Gruppe beitreten';
2014-01-29 03:42:47 +09:00
window.l.de.joinExternalGroup = 'Der Gruppe beitreten';
2013-11-29 21:08:44 +09:00
window.l.de.isMemberOfGroup = 'Gruppe verlassen';
window.l.de.leaveGroup = 'Gruppe verlassen';
window.l.de.memberCount = 'Mitglieder';
window.l.de.adminCount = 'Administratoren';
window.l.de.settings = 'Einstellungen';
window.l.de.saveChanges = 'Änderungen speichern';
window.l.de.linkColor = 'Linkfarbe';
window.l.de.backgroundColor = 'Hintergrundfarbe';
window.l.de.newToQuitter = 'Neu bei {site-title}?';
2013-11-29 21:08:44 +09:00
window.l.de.signUp = 'Registriere Dich!';
window.l.de.signUpFullName = 'Vollständiger Name';
window.l.de.signUpEmail = 'E-Mail';
window.l.de.signUpButtonText = 'Registriere Dich bei {site-title}!';
window.l.de.welcomeHeading = 'Willkommen bei {site-title}!';
2013-11-29 21:08:44 +09:00
window.l.de.welcomeText = 'Wir sind eine Community von Microbloggern, verteilt über einen weltweiten \
<span id="federated-tooltip"><div id="what-is-federation">"Verbund" bedeutet, \
dass du nicht selbst einen {site-title}-Account brauchst, um mit {site-title}-Nutzern zu \
kommunizieren, ihnen zu folgen oder Follower bei {site-title} zu haben. Du kannst dich \
2013-11-29 21:08:44 +09:00
genauso gut bei einem der anderen <a href="http://www.gnu.org/software/social/">\
GNU-Social</a>-Server registrieren oder einem anderen Dienst, der das \
<a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>-Protokoll \
unterstützt. Du kannst sogar ganz ohne Anmeldung teilnehmen, wenn du dir GNU Social \
auf deinem eigenen Server installierst.</div>Verbund</span> unabhängiger \
GNU-Social-Server, auch bekannt als StatusNet. Wir sind genau das Richtige für \
<strong>Leute wie dich</strong>, denen Ethik und Solidarität etwas bedeuten und \
die sich nicht mehr an zentralisierten kommerziellen Diensten beteiligen \
wollen. ';
2013-11-29 21:08:44 +09:00
window.l.de.registerNickname = 'Nutzername';
window.l.de.registerHomepage = 'Webseite';
window.l.de.registerBio = 'Bio';
window.l.de.registerLocation = 'Standort';
window.l.de.registerRepeatPassword = 'Passwort bestätigen';
window.l.de.moreSettings = 'Weitere Einstellungen';
window.l.de.otherServers = 'Du kannst Dir auch gerne ein Konto auf einem anderen Server des GNUsocial-Netzwerks einrichten. <a href="http://federation.skilledtests.com/select_your_server.html">Übersicht</a>';
2014-06-02 04:51:28 +09:00
window.l.de.editMyProfile = 'Profil bearbeiten';
2014-09-25 06:20:35 +09:00
window.l.de.notifications = 'Mitteilungen';
window.l.de.xFavedYourQueet = 'favorisierte Deinen Queet';
window.l.de.xRepeatedYourQueet = 'hat Dich requeetet';
window.l.de.xStartedFollowingYou = 'folgt Dir jetzt';
2014-09-30 21:52:41 +09:00
window.l.de.followsYou = 'folgt Dir';
window.l.de.FAQ = 'FAQ';
window.l.de.goToExternalProfile = 'Vollständiges Profil anzeigen';
window.l.de.cropAndSave = 'Zuschneiden und Abspeichern';
2013-08-19 22:30:57 +09:00
// english
window.l.en = new Object();
2013-11-29 21:08:44 +09:00
window.l.en.languageName = 'English';
window.l.en.loginUsername = 'Username or e-mail';
window.l.en.loginPassword = 'Password';
window.l.en.loginSignIn = 'Sign in';
window.l.en.loginRememberMe = 'Remember me';
window.l.en.loginForgotPassword = 'Forgot password?';
window.l.en.notices = 'Notices';
2013-11-29 21:08:44 +09:00
window.l.en.followers = 'Followers';
window.l.en.following = 'Following';
window.l.en.groups = 'Groups';
window.l.en.compose = 'Compose a new notice...';
window.l.en.queetVerb = 'Send';
window.l.en.queetsNounPlural = 'Notices';
2013-11-29 21:08:44 +09:00
window.l.en.logout = 'Sign out';
window.l.en.languageSelected = 'Language:';
window.l.en.viewMyProfilePage = 'View my profile page';
window.l.en.expand = 'Expand';
window.l.en.collapse = 'Collapse';
window.l.en.details = 'Details';
window.l.en.expandFullConversation = 'Expand full conversation';
window.l.en.replyVerb = 'Reply';
window.l.en.requeetVerb = 'Repeat';
2013-11-29 21:08:44 +09:00
window.l.en.favoriteVerb = 'Favorite';
window.l.en.requeetedVerb = 'Repeated';
2013-11-29 21:08:44 +09:00
window.l.en.favoritedVerb = 'Favorited';
window.l.en.replyTo = 'Reply to';
window.l.en.requeetedBy = 'Repeated by {requeeted-by}';
2013-11-29 21:08:44 +09:00
window.l.en.favoriteNoun = 'Favorite';
window.l.en.favoritesNoun = 'Favorites';
window.l.en.requeetNoun = 'Repeat';
window.l.en.requeetsNoun = 'Repeats';
window.l.en.newQueet = 'new notice';
window.l.en.newQueets = 'new notices';
2013-11-29 21:08:44 +09:00
window.l.en.longmonthsJanuary = "January";
window.l.en.longmonthsFebruary = "February";
2013-11-30 01:31:42 +09:00
window.l.en.longmonthsMars = "March";
2013-11-29 21:08:44 +09:00
window.l.en.longmonthsApril = "April";
window.l.en.longmonthsMay = "May";
window.l.en.longmonthsJune = "June";
window.l.en.longmonthsJuly = "July";
window.l.en.longmonthsAugust = "August";
window.l.en.longmonthsSeptember = "September";
window.l.en.longmonthsOctober = "October";
window.l.en.longmonthsNovember = "November";
window.l.en.longmonthsDecember = "December";
window.l.en.shortmonthsJanuary = "jan";
window.l.en.shortmonthsFebruary = "feb";
window.l.en.shortmonthsMars = "mar";
window.l.en.shortmonthsApril = "apr";
window.l.en.shortmonthsMay = "may";
window.l.en.shortmonthsJune = "jun";
window.l.en.shortmonthsJuly = "jul";
window.l.en.shortmonthsAugust = "aug";
window.l.en.shortmonthsSeptember = "sep";
window.l.en.shortmonthsOctober = "oct";
window.l.en.shortmonthsNovember = "nov";
window.l.en.shortmonthsDecember = "dec";
window.l.en.time12am = '{time} am';
window.l.en.time12pm = '{time} pm';
window.l.en.longDateFormat = '{time12} - {day} {month} {year}';
window.l.en.shortDateFormatSeconds = '{seconds}s';
window.l.en.shortDateFormatMinutes = '{minutes}m';
window.l.en.shortDateFormatHours = '{hours}h';
window.l.en.shortDateFormatDate = '{day} {month}';
window.l.en.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.en.now = 'now';
window.l.en.posting = 'posting';
window.l.en.viewMoreInConvBefore = '← View more in conversation';
window.l.en.viewMoreInConvAfter = 'View more in conversation →';
window.l.en.mentions = 'Mentions';
window.l.en.timeline = 'Timeline';
window.l.en.publicTimeline = 'Public Timeline';
2014-01-29 03:42:47 +09:00
window.l.en.publicAndExtTimeline = 'The whole known network';
2013-11-29 21:08:44 +09:00
window.l.en.searchVerb = 'Search';
window.l.en.deleteVerb = 'Delete';
window.l.en.cancelVerb = 'Cancel';
window.l.en.deleteConfirmation = 'Are you sure you want to delete this notice?';
2013-11-29 21:08:44 +09:00
window.l.en.userExternalFollow = 'Remote follow';
2014-01-29 03:42:47 +09:00
window.l.en.userExternalFollowHelp = 'Your account ID (e.g. user@rainbowdash.net).';
2013-11-29 21:08:44 +09:00
window.l.en.userFollow = 'Follow';
window.l.en.userFollowing = 'Following';
window.l.en.userUnfollow = 'Unfollow';
window.l.en.joinGroup = 'Join';
2014-01-29 03:42:47 +09:00
window.l.en.joinExternalGroup = 'Join remotely';
2013-11-29 21:08:44 +09:00
window.l.en.isMemberOfGroup = 'Member';
window.l.en.leaveGroup = 'Leave';
window.l.en.memberCount = 'Members';
window.l.en.adminCount = 'Admins';
window.l.en.settings = 'Settings';
window.l.en.saveChanges = 'Save changes';
window.l.en.linkColor = 'Link color';
window.l.en.backgroundColor = 'Background color';
window.l.en.newToQuitter = 'New to {site-title}?';
2013-11-29 21:08:44 +09:00
window.l.en.signUp = 'Sign up';
window.l.en.signUpFullName = 'Full name';
window.l.en.signUpEmail = 'Email';
window.l.en.signUpButtonText = 'Sign up to {site-title}';
window.l.en.welcomeHeading = 'Welcome to {site-title}.';
2013-11-29 21:08:44 +09:00
window.l.en.welcomeText = 'We are a <span id="federated-tooltip"><div id="what-is-federation">"Federation" \
means that you don\'t need a {site-title} account to be able to follow, be followed \
by or interact with {site-title} users. You can register on any StatusNet or GNU Social server \
2013-11-29 21:08:44 +09:00
or any service based on the the \
<a href="http://www.w3.org/community/ostatus/wiki/Main_Page">Ostatus</a> protocol! \
You don\'t even have to join a service try installing the lovely \
<a href="http://www.gnu.org/software/social/">GNU Social</a> software on your own server! :)\
</div>federation</span> of microbloggers who care about ethics and \
solidarity and want to quit the centralised capitalist services.';
2013-11-29 21:08:44 +09:00
window.l.en.registerNickname = 'Nickname';
window.l.en.registerHomepage = 'Homepage';
window.l.en.registerBio = 'Bio';
window.l.en.registerLocation = 'Location';
window.l.en.registerRepeatPassword = 'Repeat password';
window.l.en.moreSettings = 'More settings';
window.l.en.otherServers = 'Alternatively you can create an account on another server of the GNU social network. <a href="http://federation.skilledtests.com/select_your_server.html">Comparison</a>';
2014-06-02 04:51:28 +09:00
window.l.en.editMyProfile = 'Edit profile';
2014-09-25 06:20:35 +09:00
window.l.en.notifications = 'Notifications';
window.l.en.xFavedYourQueet = 'favorited your Queet';
window.l.en.xRepeatedYourQueet = 'requeeted you';
window.l.en.xStartedFollowingYou = 'followed you';
2014-09-30 21:52:41 +09:00
window.l.en.followsYou = 'follows you';
window.l.en.FAQ = 'FAQ';
window.l.en.goToExternalProfile = 'Go to full profile';
window.l.en.cropAndSave = 'Crop and save';
2014-09-25 06:20:35 +09:00
2013-08-19 22:30:57 +09:00
// simplified chinese
window.l.zh_cn = new Object();
window.l.zh_cn.languageName = '简体中文';
window.l.zh_cn.loginUsername = '用户名或邮件地址';
window.l.zh_cn.loginPassword = '密码';
window.l.zh_cn.loginSignIn = '登录';
window.l.zh_cn.loginRememberMe = '记住我';
window.l.zh_cn.loginForgotPassword = '忘记密码?';
window.l.zh_cn.notices = '推文';
window.l.zh_cn.followers = '关注者';
window.l.zh_cn.following = '正在关注';
window.l.zh_cn.groups = '团体';
window.l.zh_cn.compose = '撰写新推文...';
window.l.zh_cn.queetVerb = '发推';
window.l.zh_cn.queetsNounPlural = '推文';
window.l.zh_cn.logout = '退出';
window.l.zh_cn.languageSelected = '语言:';
window.l.zh_cn.viewMyProfilePage = '查看我的个人资料页';
window.l.zh_cn.expand = '展开';
window.l.zh_cn.collapse = '收起';
window.l.zh_cn.details = '详情';
window.l.zh_cn.expandFullConversation = '显示完整对话';
window.l.zh_cn.replyVerb = '回复';
window.l.zh_cn.requeetVerb = '转推';
window.l.zh_cn.favoriteVerb = '收藏';
window.l.zh_cn.requeetedVerb = '已转推';
window.l.zh_cn.favoritedVerb = '已收藏';
window.l.zh_cn.replyTo = '回复';
window.l.zh_cn.requeetedBy = '转推由 {requeeted-by}';
window.l.zh_cn.favoriteNoun = '收藏';
window.l.zh_cn.favoritesNoun = '收藏';
window.l.zh_cn.requeetNoun = '转推';
window.l.zh_cn.requeetsNoun = '转推';
window.l.zh_cn.newQueet = '条新推文';
window.l.zh_cn.newQueets = '条新推文';
window.l.zh_cn.longmonthsJanuary = "1";
window.l.zh_cn.longmonthsFebruary = "2";
window.l.zh_cn.longmonthsMars = "3";
window.l.zh_cn.longmonthsApril = "4";
window.l.zh_cn.longmonthsMay = "5";
window.l.zh_cn.longmonthsJune = "6";
window.l.zh_cn.longmonthsJuly = "7";
window.l.zh_cn.longmonthsAugust = "8";
window.l.zh_cn.longmonthsSeptember = "9";
window.l.zh_cn.longmonthsOctober = "10";
window.l.zh_cn.longmonthsNovember = "11";
window.l.zh_cn.longmonthsDecember = "12";
window.l.zh_cn.shortmonthsJanuary = "1";
window.l.zh_cn.shortmonthsFebruary = "2";
window.l.zh_cn.shortmonthsMars = "3";
window.l.zh_cn.shortmonthsApril = "4";
window.l.zh_cn.shortmonthsMay = "5";
window.l.zh_cn.shortmonthsJune = "6";
window.l.zh_cn.shortmonthsJuly = "7";
window.l.zh_cn.shortmonthsAugust = "8";
window.l.zh_cn.shortmonthsSeptember = "9";
window.l.zh_cn.shortmonthsOctober = "10";
window.l.zh_cn.shortmonthsNovember = "11";
window.l.zh_cn.shortmonthsDecember = "12";
window.l.zh_cn.time12am = '上午{time}';
window.l.zh_cn.time12pm = '下午{time}';
window.l.zh_cn.longDateFormat = '{time12} - {year}年{month}月{day}日';
window.l.zh_cn.shortDateFormatSeconds = '{seconds}秒';
window.l.zh_cn.shortDateFormatMinutes = '{minutes}分';
window.l.zh_cn.shortDateFormatHours = '{hours}小时';
window.l.zh_cn.shortDateFormatDate = '{month}月{day}日';
window.l.zh_cn.shortDateFormatDateAndY = '{year}年{month}月{day}日';
window.l.zh_cn.now = '此时';
window.l.zh_cn.posting = '发行';
window.l.zh_cn.viewMoreInConvBefore = '← 显示更多对话';
window.l.zh_cn.viewMoreInConvAfter = '显示更多对话 →';
window.l.zh_cn.mentions = '提到';
window.l.zh_cn.timeline = '时间轴';
window.l.zh_cn.publicTimeline = '公共时间轴';
window.l.zh_cn.publicAndExtTimeline = '外部公共时间轴';
window.l.zh_cn.searchVerb = '搜索';
window.l.zh_cn.deleteVerb = '删除';
window.l.zh_cn.cancelVerb = '取消';
window.l.zh_cn.deleteConfirmation = '确定要删除这条推文吗?';
window.l.zh_cn.userExternalFollow = '外界关注';
window.l.zh_cn.userExternalFollowHelp = '您的帐户识别例如user@rainbowdash.net ';
window.l.zh_cn.userFollow = '关注';
window.l.zh_cn.userFollowing = '正在关注';
window.l.zh_cn.userUnfollow = '取消关注';
window.l.zh_cn.joinGroup = '加入';
window.l.zh_cn.joinExternalGroup = '外界加入';
window.l.zh_cn.isMemberOfGroup = '成员';
window.l.zh_cn.leaveGroup = '离开';
window.l.zh_cn.memberCount = '组成员';
window.l.zh_cn.adminCount = '管理员';
window.l.zh_cn.settings = '设置';
window.l.zh_cn.saveChanges = '保存更改';
window.l.zh_cn.linkColor = '主题颜色';
window.l.zh_cn.backgroundColor = '背景颜色';
window.l.zh_cn.newToQuitter = '新来 {site-title}?';
window.l.zh_cn.signUp = '注册';
window.l.zh_cn.signUpFullName = '名称';
window.l.zh_cn.signUpEmail = '邮件地址';
window.l.zh_cn.signUpButtonText = '注册 {site-title}';
window.l.zh_cn.welcomeHeading = '欢迎来到 {site-title}。';
window.l.zh_cn.welcomeText = '';
window.l.zh_cn.registerNickname = '选择你的用户名';
window.l.zh_cn.registerHomepage = '首页';
window.l.zh_cn.registerBio = '个人简历';
window.l.zh_cn.registerLocation = '地点';
window.l.zh_cn.registerRepeatPassword = '重复密码';
window.l.zh_cn.moreSettings = '更多的设置';
window.l.zh_cn.otherServers = '其他服务器: <a href="http://federation.skilledtests.com/select_your_server.html">对照</a>';
2014-06-02 04:51:28 +09:00
window.l.zh_cn.editMyProfile = '编辑个人资料';
2014-09-25 06:20:35 +09:00
window.l.zh_cn.notifications = '通知';
window.l.zh_cn.xFavedYourQueet = '收藏了你的推文';
window.l.zh_cn.xRepeatedYourQueet = '转推了你的推文';
window.l.zh_cn.xStartedFollowingYou = '关注了你';
2014-09-30 21:52:41 +09:00
window.l.zh_cn.followsYou = '关注了你';
window.l.zh_cn.FAQ = 'FAQ';
window.l.zh_cn.goToExternalProfile = '前往完整的个人档案';
window.l.zh_cn.cropAndSave = 'Crop and save';
2014-09-25 06:20:35 +09:00
// traditional chinese
window.l.zh_tw = new Object();
window.l.zh_tw.languageName = '繁體中文';
window.l.zh_tw.loginUsername = '使用者名稱或電子郵件';
window.l.zh_tw.loginPassword = '密碼';
window.l.zh_tw.loginSignIn = '登入';
window.l.zh_tw.loginRememberMe = '記住我';
window.l.zh_tw.loginForgotPassword = '忘記了密碼?';
window.l.zh_tw.notices = '推文';
window.l.zh_tw.followers = '正在關注';
window.l.zh_tw.following = '跟隨者';
window.l.zh_tw.groups = '團體';
window.l.zh_tw.compose = '撰寫新推文...'; //
window.l.zh_tw.queetVerb = '推文';
window.l.zh_tw.queetsNounPlural = '推文'; //
window.l.zh_tw.logout = '登出';
window.l.zh_tw.languageSelected = '語言:';
window.l.zh_tw.viewMyProfilePage = '查看我的個人檔案頁面';
window.l.zh_tw.expand = '展開';
window.l.zh_tw.collapse = '折疊';
window.l.zh_tw.details = '詳細資訊'; //
window.l.zh_tw.expandFullConversation = '顯示完整對話';
window.l.zh_tw.replyVerb = '回覆';
window.l.zh_tw.requeetVerb = '轉推';
window.l.zh_tw.favoriteVerb = '收藏';
window.l.zh_tw.requeetedVerb = '已轉推';
window.l.zh_tw.favoritedVerb = '已收藏';
window.l.zh_tw.replyTo = '回覆給';
window.l.zh_tw.requeetedBy = '通過轉推 {requeeted-by}';
window.l.zh_tw.favoriteNoun = '收藏';
window.l.zh_tw.favoritesNoun = '收藏';
window.l.zh_tw.requeetNoun = '轉推';
window.l.zh_tw.requeetsNoun = '轉推';
window.l.zh_tw.newQueet = '条新推文';
window.l.zh_tw.newQueets = '条新推文';
window.l.zh_tw.longmonthsJanuary = "1";
window.l.zh_tw.longmonthsFebruary = "2";
window.l.zh_tw.longmonthsMars = "3";
window.l.zh_tw.longmonthsApril = "4";
window.l.zh_tw.longmonthsMay = "5";
window.l.zh_tw.longmonthsJune = "6";
window.l.zh_tw.longmonthsJuly = "7";
window.l.zh_tw.longmonthsAugust = "8";
window.l.zh_tw.longmonthsSeptember = "9";
window.l.zh_tw.longmonthsOctober = "10";
window.l.zh_tw.longmonthsNovember = "11";
window.l.zh_tw.longmonthsDecember = "12";
window.l.zh_tw.shortmonthsJanuary = "1";
window.l.zh_tw.shortmonthsFebruary = "2";
window.l.zh_tw.shortmonthsMars = "3";
window.l.zh_tw.shortmonthsApril = "4";
window.l.zh_tw.shortmonthsMay = "5";
window.l.zh_tw.shortmonthsJune = "6";
window.l.zh_tw.shortmonthsJuly = "7";
window.l.zh_tw.shortmonthsAugust = "8";
window.l.zh_tw.shortmonthsSeptember = "9";
window.l.zh_tw.shortmonthsOctober = "10";
window.l.zh_tw.shortmonthsNovember = "11";
window.l.zh_tw.shortmonthsDecember = "12";
window.l.zh_tw.time12am = '上午{time}';
window.l.zh_tw.time12pm = '下午{time}';
window.l.zh_tw.longDateFormat = '{time12} - {year}年{month}月{day}日';
window.l.zh_tw.shortDateFormatSeconds = '{seconds}秒';
window.l.zh_tw.shortDateFormatMinutes = '{minutes}分';
window.l.zh_tw.shortDateFormatHours = '{hours}小時';
window.l.zh_tw.shortDateFormatDate = '{month}月{day}日';
window.l.zh_tw.shortDateFormatDateAndY = '{year}年{month}月{day}日';
window.l.zh_tw.now = '此時';
window.l.zh_tw.posting = '發行';
window.l.zh_tw.viewMoreInConvBefore = '← 顯示更多對話';
window.l.zh_tw.viewMoreInConvAfter = '顯示更多對話 →';
window.l.zh_tw.mentions = '提到';
window.l.zh_tw.timeline = '時間表';
window.l.zh_tw.publicTimeline = '公共時間表';
window.l.zh_tw.publicAndExtTimeline = '外部公共時間軸';
window.l.zh_tw.searchVerb = '搜尋';
window.l.zh_tw.deleteVerb = '刪除';
window.l.zh_tw.cancelVerb = '取消';
window.l.zh_tw.deleteConfirmation = '你確認要刪除該推文嗎?'; //
window.l.zh_tw.userExternalFollow = '外界關注';
window.l.zh_tw.userExternalFollowHelp = '您的帳戶識別例如user@rainbowdash.net';
window.l.zh_tw.userFollow = '關注';
window.l.zh_tw.userFollowing = '正在關注';
window.l.zh_tw.userUnfollow = '取消關注';
window.l.zh_tw.joinGroup = '加入';
window.l.zh_tw.joinExternalGroup = '外界加入';
window.l.zh_tw.isMemberOfGroup = '成員';
window.l.zh_tw.leaveGroup = '離開';
window.l.zh_tw.memberCount = '組成員';
window.l.zh_tw.adminCount = '管理員';
window.l.zh_tw.settings = '設定';
window.l.zh_tw.saveChanges = '儲存變更';
window.l.zh_tw.linkColor = '佈景主題顏色';
window.l.zh_tw.backgroundColor = '背景顏色';
window.l.zh_tw.newToQuitter = '初次來到 {site-title}?';
window.l.zh_tw.signUp = '註冊';
window.l.zh_tw.signUpFullName = '全名';
window.l.zh_tw.signUpEmail = '電子郵件';
window.l.zh_tw.signUpButtonText = '註冊 {site-title}';
window.l.zh_tw.welcomeHeading = '歡迎來到 {site-title}。';
window.l.zh_tw.welcomeText = '';
window.l.zh_tw.registerNickname = '選擇你的帳戶名稱';
window.l.zh_tw.registerHomepage = '主頁';
window.l.zh_tw.registerBio = '個人簡歷';
window.l.zh_tw.registerLocation = '地點';
window.l.zh_tw.registerRepeatPassword = '重複密碼';
window.l.zh_tw.moreSettings = '更多的設置';
window.l.zh_tw.otherServers = '其他服務器: <a href="http://federation.skilledtests.com/select_your_server.html">對照</a>';
2014-06-02 04:51:28 +09:00
window.l.zh_tw.editMyProfile = '編輯個人檔案';
2014-09-25 06:20:35 +09:00
window.l.zh_tw.notifications = '通知';
window.l.zh_tw.xFavedYourQueet = '已收藏你的推文';
window.l.zh_tw.xRepeatedYourQueet = '已轉推你';
window.l.zh_tw.xStartedFollowingYou = '已跟隨你';
2014-09-30 21:52:41 +09:00
window.l.zh_tw.followsYou = '跟隨你';
window.l.zh_tw.FAQ = 'FAQ';
window.l.zh_tw.goToExternalProfile = '前往詳細個人檔案';
window.l.zh_tw.cropAndSave = 'Crop and save';
2014-09-25 06:20:35 +09:00
2013-08-19 22:30:57 +09:00
// svenska
window.l.sv = new Object();
2013-11-29 21:08:44 +09:00
window.l.sv.languageName = 'Svenska';
window.l.sv.loginUsername = 'Användarnamn eller mejladress';
window.l.sv.loginPassword = 'Lösenord';
window.l.sv.loginSignIn = 'Logga in';
window.l.sv.loginRememberMe = 'Kom ihåg mig';
window.l.sv.loginForgotPassword = 'Glömt lösenordet?';
window.l.sv.notices = 'Qvittrat';
window.l.sv.followers = 'Följare';
window.l.sv.following = 'Följer';
window.l.sv.groups = 'Grupper';
window.l.sv.compose = 'Skriv nytt qvitter';
window.l.sv.queetVerb = 'Qvittra';
window.l.sv.queetsNounPlural = 'Qvitter';
window.l.sv.logout = 'Logga ut';
window.l.sv.languageSelected = 'Språk:';
window.l.sv.viewMyProfilePage = 'Visa min profilsida';
window.l.sv.expand = 'Visa';
window.l.sv.collapse = 'Stäng';
window.l.sv.details = 'Detaljer';
window.l.sv.expandFullConversation = 'Visa hela konversationen';
window.l.sv.replyVerb = 'Svara';
window.l.sv.requeetVerb = 'Requeeta';
window.l.sv.favoriteVerb = 'Favoritmarkera';
window.l.sv.requeetedVerb = 'Requeetad';
window.l.sv.favoritedVerb = 'Favoritmarkerad';
window.l.sv.replyTo = 'Svara';
window.l.sv.requeetedBy = '{requeeted-by} requeetade';
2013-11-29 21:08:44 +09:00
window.l.sv.favoriteNoun = 'favorit';
window.l.sv.favoritesNoun = 'Favoriter';
window.l.sv.requeetNoun = 'requeet';
window.l.sv.requeetsNoun = 'requeets';
window.l.sv.newQueet = 'nytt qvitter';
window.l.sv.newQueets = 'nya qvitter';
window.l.sv.longmonthsJanuary = "januari";
window.l.sv.longmonthsFebruary = "februari";
window.l.sv.longmonthsMars = "mars";
window.l.sv.longmonthsApril = "april";
window.l.sv.longmonthsMay = "maj";
window.l.sv.longmonthsJune = "juni";
window.l.sv.longmonthsJuly = "juli";
window.l.sv.longmonthsAugust = "augusti";
window.l.sv.longmonthsSeptember = "september";
window.l.sv.longmonthsOctober = "oktober";
window.l.sv.longmonthsNovember = "november";
window.l.sv.longmonthsDecember = "december";
window.l.sv.shortmonthsJanuary = "jan";
window.l.sv.shortmonthsFebruary = "feb";
window.l.sv.shortmonthsMars = "mar";
window.l.sv.shortmonthsApril = "apr";
window.l.sv.shortmonthsMay = "maj";
window.l.sv.shortmonthsJune = "jun";
window.l.sv.shortmonthsJuly = "jul";
window.l.sv.shortmonthsAugust = "aug";
window.l.sv.shortmonthsSeptember = "sep";
window.l.sv.shortmonthsOctober = "okt";
window.l.sv.shortmonthsNovember = "nov";
window.l.sv.shortmonthsDecember = "dec";
window.l.sv.time12am = '{time} f.m.';
window.l.sv.time12pm = '{time} e.m.';
window.l.sv.longDateFormat = '{time24} - {day} {month} {year}';
window.l.sv.shortDateFormatSeconds = '{seconds}s';
window.l.sv.shortDateFormatMinutes = '{minutes}m';
window.l.sv.shortDateFormatHours = '{hours}h';
window.l.sv.shortDateFormatDate = '{day} {month}';
window.l.sv.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.sv.now = 'nyss';
window.l.sv.posting = 'postar';
window.l.sv.viewMoreInConvBefore = '← Visa mer i konversationen';
window.l.sv.viewMoreInConvAfter = 'Visa mer i konversationen →';
window.l.sv.mentions = 'Omnämnanden';
window.l.sv.timeline = 'Mitt personliga flöde';
2013-11-29 21:08:44 +09:00
window.l.sv.publicTimeline = 'Hela sajtens flöde';
2014-01-29 03:42:47 +09:00
window.l.sv.publicAndExtTimeline = 'Hela det kända nätverket';
2013-11-29 21:08:44 +09:00
window.l.sv.searchVerb = 'Sök';
window.l.sv.deleteVerb = 'Ta bort';
window.l.sv.cancelVerb = 'Avbryt';
window.l.sv.deleteConfirmation = 'Är du säker på att du vill radera denna queet?';
window.l.sv.userExternalFollow = 'Följ externt';
2014-01-29 03:42:47 +09:00
window.l.sv.userExternalFollowHelp = 'Ditt konto-ID (ex. user@rainbowdash.net).';
2013-11-29 21:08:44 +09:00
window.l.sv.userFollow = 'Följ';
window.l.sv.userFollowing = 'Följer';
window.l.sv.userUnfollow = 'Avfölj';
window.l.sv.joinGroup = 'Gå med';
2014-01-29 03:42:47 +09:00
window.l.sv.joinExternalGroup = 'Gå med';
2013-11-29 21:08:44 +09:00
window.l.sv.isMemberOfGroup = 'Medlem';
window.l.sv.leaveGroup = 'Gå ur';
window.l.sv.memberCount = 'Medlemmar';
window.l.sv.adminCount = 'Administratörer';
window.l.sv.settings = 'Inställningar';
window.l.sv.saveChanges = 'Spara ändringarna';
window.l.sv.linkColor = 'Länkfärg';
window.l.sv.backgroundColor = 'Bakgrundsfärg';
window.l.sv.newToQuitter = 'Ny på {site-title}?';
2013-11-29 21:08:44 +09:00
window.l.sv.signUp = 'Registrera dig';
window.l.sv.signUpFullName = 'Fullständigt namn';
window.l.sv.signUpEmail = 'E-post';
window.l.sv.signUpButtonText = 'Registrera dig på {site-title}';
window.l.sv.welcomeHeading = 'Välkommen till {site-title}.';
window.l.sv.welcomeText = 'Vi är en <span id="federated-tooltip"><div id="what-is-federation">"Federering" betyder att du inte behöver ha ett {site-title}-konto för att följa, följas av eller prata med quittrare. Du kan registrera dig på vilken sajt som helst som stödjer protokollet <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">Ostatus</a>, eller mikroblogga på en helt egen server, förslagsvis med den fria programvaran <a href="http://www.gnu.org/software/social/">GNU Social</a> (som {site-title} bygger på).</div>federerad</span> allmänning, där du som har hoppat av de centraliserade kapitalistiska tjänsterna kan mikroblogga etiskt och solidariskt.';
2013-11-29 21:08:44 +09:00
window.l.sv.registerNickname = 'Användarnamn';
window.l.sv.registerHomepage = 'Webbplats';
window.l.sv.registerBio = 'Biografi';
window.l.sv.registerLocation = 'Plats';
window.l.sv.registerRepeatPassword = 'Upprepa lösenord';
window.l.sv.moreSettings = 'Fler inställningar';
window.l.sv.otherServers = 'Men du kan lika gärna skapa ett konto på en annan server som är del av GNU social-nätverket. <a href="http://federation.skilledtests.com/select_your_server.html">Här är en jämförelse.</a>';
2014-06-02 04:51:28 +09:00
window.l.sv.editMyProfile = 'Redigera profil';
2014-09-25 06:20:35 +09:00
window.l.sv.notifications = 'Notiser';
window.l.sv.xFavedYourQueet = 'favoritmarkerade ditt qvitter';
window.l.sv.xRepeatedYourQueet = 'requeetade dig';
window.l.sv.xStartedFollowingYou = 'följde dig';
2014-09-30 21:52:41 +09:00
window.l.sv.followsYou = 'följer dig';
window.l.sv.FAQ = 'FAQ';
window.l.sv.goToExternalProfile = 'Gå till hela profilen';
window.l.sv.cropAndSave = 'Beskär och spara';
2013-08-19 22:30:57 +09:00
2014-11-14 08:24:32 +09:00
// suomi
window.l.fi = new Object();
window.l.fi.languageName = 'Suomi [beta]';
window.l.fi.loginUsername = 'Käyttäjänimi tai sähköposti';
window.l.fi.loginPassword = 'Salasana';
window.l.fi.loginSignIn = 'Kirjaudu sisään';
window.l.fi.loginRememberMe = 'Muista minut';
window.l.fi.loginForgotPassword = 'Unohditko salasanan?';
window.l.fi.notices = 'Viestit';
2014-11-14 08:24:32 +09:00
window.l.fi.followers = 'Seuraajat';
window.l.fi.following = 'Seuratut';
window.l.fi.groups = 'Ryhmät';
window.l.fi.compose = 'Kirjoita uusi viesti...';
2014-11-14 08:24:32 +09:00
window.l.fi.queetVerb = 'Lähetä';
window.l.fi.queetsNounPlural = 'Viestit';
2014-11-14 08:24:32 +09:00
window.l.fi.logout = 'Kirjaudu ulos';
window.l.fi.languageSelected = 'Kieli';
window.l.fi.viewMyProfilePage = 'Näytä profiilini';
window.l.fi.expand = 'Laajenna';
window.l.fi.collapse = 'Pienennä';
window.l.fi.details = 'Tiedot';
window.l.fi.expandFullConversation = 'Näytä koko keskustelu';
window.l.fi.replyVerb = 'Vastaa';
window.l.fi.requeetVerb = 'Toista';
window.l.fi.favoriteVerb = 'Lisää suosikiksi';
window.l.fi.requeetedVerb = 'Toistetut';
window.l.fi.favoritedVerb = 'Suosikit';
window.l.fi.replyTo = 'Vastaa käyttäjälle';
window.l.fi.requeetedBy = 'henkilön {requeeted-by} toistama';
2014-11-14 08:24:32 +09:00
window.l.fi.favoriteNoun = 'Lisää suosikiksi';
window.l.fi.favoritesNoun = 'Suosikit';
window.l.fi.requeetNoun = 'Toista';
window.l.fi.requeetsNoun = 'Toistot';
window.l.fi.newQueet = 'uusi ilmoitus';
window.l.fi.newQueets = 'uudet ilmoitukset';
window.l.fi.longmonthsJanuary = 'tammikuuta';
window.l.fi.longmonthsFebruary = 'helmikuuta';
window.l.fi.longmonthsMars = 'maaliskuuta';
window.l.fi.longmonthsApril = 'huhtikuuta';
window.l.fi.longmonthsMay = 'toukokuuta';
window.l.fi.longmonthsJune = 'kesäkuuta';
window.l.fi.longmonthsJuly = 'heinäkuuta';
window.l.fi.longmonthsAugust = 'elokuuta';
window.l.fi.longmonthsSeptember = 'syyskuuta';
window.l.fi.longmonthsOctober = 'lokakuuta';
window.l.fi.longmonthsNovember = 'marraskuuta';
window.l.fi.longmonthsDecember = 'joulukuuta';
2014-11-14 08:24:32 +09:00
window.l.fi.shortmonthsJanuary = 'tammi';
window.l.fi.shortmonthsFebruary = 'helmi';
window.l.fi.shortmonthsMars = 'maalis';
window.l.fi.shortmonthsApril = 'huhti';
window.l.fi.shortmonthsMay = 'touko';
window.l.fi.shortmonthsJune = 'kesä';
window.l.fi.shortmonthsJuly = 'heinä';
window.l.fi.shortmonthsAugust = 'elo';
window.l.fi.shortmonthsSeptember = 'syys';
window.l.fi.shortmonthsOctober = 'loka';
window.l.fi.shortmonthsNovember = 'marras';
window.l.fi.shortmonthsDecember = 'joulu';
window.l.fi.time12am = '{time} ap';
window.l.fi.time12pm = '{time} ip';
window.l.fi.longDateFormat = '{time24} - {day} {month} {year}';
window.l.fi.shortDateFormatSeconds = '{seconds}s';
window.l.fi.shortDateFormatMinutes = '{minutes}m';
window.l.fi.shortDateFormatHours = '{hours}t';
window.l.fi.shortDateFormatDate = '{day}. {month}';
2014-11-14 08:24:32 +09:00
window.l.fi.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.fi.now = 'nyt';
window.l.fi.posting = '[posting]';
window.l.fi.viewMoreInConvBefore = 'Keskustelun aiemmat viestit';
window.l.fi.viewMoreInConvAfter = 'Keskustelun uudemmat viestit';
2014-11-14 08:24:32 +09:00
window.l.fi.mentions = 'Maininnat';
window.l.fi.timeline = 'Aikajana';
window.l.fi.publicTimeline = 'Julkinen aikajana';
window.l.fi.publicAndExtTimeline = 'Koko tunnettu verkosto';
2014-11-14 08:24:32 +09:00
window.l.fi.searchVerb = 'Etsi';
window.l.fi.deleteVerb = 'Poista';
window.l.fi.cancelVerb = 'Peruuta';
window.l.fi.deleteConfirmation = 'Haluatko varmasti poistaa tämän viestin?';
window.l.fi.userExternalFollow = 'Etäseuraus';
window.l.fi.userExternalFollowHelp = 'Tilisi ID (esim. henkilö@rainbowdash.net)';
2014-11-14 08:24:32 +09:00
window.l.fi.userFollow = 'Seuraa';
window.l.fi.userFollowing = 'Seurattu';
window.l.fi.userUnfollow = 'Lopeta seuraaminen';
window.l.fi.joinGroup = 'Liity';
window.l.fi.joinExternalGroup = 'Liity etänä';
2014-11-14 08:24:32 +09:00
window.l.fi.isMemberOfGroup = 'Jäsen';
window.l.fi.leaveGroup = 'Poistu';
window.l.fi.memberCount = 'Jäsenet';
window.l.fi.adminCount = 'Ylläpitäjät';
2014-11-14 08:24:32 +09:00
window.l.fi.settings = 'Asetukset';
window.l.fi.saveChanges = 'Tallenna asetukset';
window.l.fi.linkColor = 'Linkin väri';
2014-11-14 08:24:32 +09:00
window.l.fi.backgroundColor = 'Taustan väri';
window.l.fi.newToQuitter = 'Uusi {site-title}issä?';
2014-11-14 08:24:32 +09:00
window.l.fi.signUp = 'Rekisteröidy';
window.l.fi.signUpFullName = 'Koko nimi';
window.l.fi.signUpEmail = 'Sähköposti';
window.l.fi.signUpButtonText = 'Rekisteröidy {site-title}iin';
window.l.fi.welcomeHeading = 'Tervetuloa {site-title}iin';
window.l.fi.welcomeText = '';
window.l.fi.registerNickname = 'Käyttäjänimi';
2014-11-14 08:24:32 +09:00
window.l.fi.registerHomepage = 'Kotisivu';
window.l.fi.registerBio = 'Tietoja sinusta';
2014-11-14 08:24:32 +09:00
window.l.fi.registerLocation = 'Sijainti';
window.l.fi.registerRepeatPassword = 'Kirjoita salasana uudelleen';
window.l.fi.moreSettings = 'Lisää asetuksia';
window.l.fi.otherServers = 'Voit myös luoda tilin toiseen GNU social -verkon palveluun.';
2014-11-14 08:24:32 +09:00
window.l.fi.editMyProfile = 'Muokkaa profiilia';
window.l.fi.notifications = 'Ilmoitukset';
window.l.fi.xFavedYourQueet = 'lisäsi viestisi suosikkeihinsa';
window.l.fi.xRepeatedYourQueet = 'toisti viestisi';
2014-11-14 08:24:32 +09:00
window.l.fi.xStartedFollowingYou = 'seurasi sinua';
window.l.fi.followsYou = 'seuraa sinua';
window.l.fi.FAQ = 'FAQ';
window.l.fi.goToExternalProfile = 'Siirry täyteen profiiliin';
window.l.fi.cropAndSave = 'Crop and save';
2014-11-14 08:24:32 +09:00
2013-08-19 22:30:57 +09:00
// farsi/persian
window.l.fa = new Object();
2013-11-29 21:08:44 +09:00
window.l.fa.languageName = 'فارسی';
window.l.fa.loginUsername = 'شناسه یا ایمیل';
window.l.fa.loginPassword = 'گذرواژه - رمز عبور';
window.l.fa.loginSignIn = 'ورود';
window.l.fa.loginRememberMe = 'مرا به یاد داشته باش';
window.l.fa.loginForgotPassword = 'گذرواژه خود را فراموش کرده‌اید؟';
window.l.fa.notices = 'توییت';
window.l.fa.followers = 'دنبال‌کننده';
window.l.fa.following = 'دنبال‌شونده';
window.l.fa.groups = 'گروه';
window.l.fa.compose = 'نوشتن یک توییت تازه...';
window.l.fa.queetVerb = 'توییت';
window.l.fa.queetsNounPlural = 'توييت‌ها';
window.l.fa.logout = 'خروج';
window.l.fa.languageSelected = 'زبان:';
window.l.fa.viewMyProfilePage = 'دیدن صفحه نمایه';
window.l.fa.expand = 'گستردن';
window.l.fa.collapse = 'بستن';
window.l.fa.details = 'جزئیات';
window.l.fa.expandFullConversation = 'نمایش کامل مکالمه';
window.l.fa.replyVerb = 'پاسخ';
window.l.fa.requeetVerb = 'بازتوییت';
window.l.fa.favoriteVerb = 'برگزیدن';
window.l.fa.requeetedVerb = 'بازتوییت شده';
window.l.fa.favoritedVerb = 'برگزیده شده';
window.l.fa.replyTo = 'پاسخ به';
window.l.fa.requeetedBy = '{requeeted-by} بازتوییت شده توسط';
2013-11-29 21:08:44 +09:00
window.l.fa.favoriteNoun = 'برگزیده';
window.l.fa.favoritesNoun = 'برگزیده';
window.l.fa.requeetNoun = 'بازتوییت';
window.l.fa.requeetsNoun = 'بازتوییت';
window.l.fa.newQueet = 'توییت جدید';
window.l.fa.newQueets = 'توییت جدید';
window.l.fa.longmonthsJanuary = "ژانويه";
window.l.fa.longmonthsFebruary = "فوريه";
window.l.fa.longmonthsMars = "مارس";
window.l.fa.longmonthsApril = "اوريل";
window.l.fa.longmonthsMay = "مه";
window.l.fa.longmonthsJune = "ژوئن";
window.l.fa.longmonthsJuly = "ژوئیه";
window.l.fa.longmonthsAugust = "اوت";
window.l.fa.longmonthsSeptember = "سپتامبر";
window.l.fa.longmonthsOctober = "اكتبر";
window.l.fa.longmonthsNovember = "نوامبر";
window.l.fa.longmonthsDecember = "دسامبر";
window.l.fa.shortmonthsJanuary = "ژانويه";
window.l.fa.shortmonthsFebruary = "فوريه";
window.l.fa.shortmonthsMars = "مارس";
window.l.fa.shortmonthsApril = "اوريل";
window.l.fa.shortmonthsMay = "مه";
window.l.fa.shortmonthsJune = "ژوئن";
window.l.fa.shortmonthsJuly = "ژوئیه";
window.l.fa.shortmonthsAugust = "اوت";
window.l.fa.shortmonthsSeptember = "سپتامبر";
window.l.fa.shortmonthsOctober = "اكتبر";
window.l.fa.shortmonthsNovember = "نوامبر";
window.l.fa.shortmonthsDecember = "دسامبر";
window.l.fa.time12am = '{time} am';
window.l.fa.time12pm = '{time} pm';
window.l.fa.longDateFormat = '{time24} - {day} {month} {year}';
window.l.fa.shortDateFormatSeconds = '{seconds} ثانیه';
window.l.fa.shortDateFormatMinutes = '{minutes} دقیقه';
window.l.fa.shortDateFormatHours = '{hours} ساعت';
window.l.fa.shortDateFormatDate = '{day} {month}';
window.l.fa.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.fa.now = 'همین اکنون';
window.l.fa.posting = 'در حال ارسال';
window.l.fa.viewMoreInConvBefore = '→ نمایش بیشتر در گفتگوها';
window.l.fa.viewMoreInConvAfter = 'نمایش بیشتر در گفتگوها ←';
window.l.fa.mentions = 'رونوشت‌ها';
window.l.fa.timeline = 'توييت';
window.l.fa.publicTimeline = 'خط‌زمانی عمومی';
2014-01-29 03:42:47 +09:00
window.l.fa.publicAndExtTimeline = 'کل شبکه';
2013-11-29 21:08:44 +09:00
window.l.fa.searchVerb = 'جستجو';
window.l.fa.deleteVerb = 'حذف';
window.l.fa.cancelVerb = 'انصراف';
window.l.fa.deleteConfirmation = 'آیا مطمئن هستید که می‌خواهید این توییت را پاک کنید؟';
window.l.fa.userExternalFollow = 'دنبال کنید';
2014-01-29 03:42:47 +09:00
window.l.fa.userExternalFollowHelp = 'شناسه حساب شما (بعنوان مثال user@rainbowdash.net)';
2013-11-29 21:08:44 +09:00
window.l.fa.userFollow = 'دنبال کنید';
window.l.fa.userFollowing = 'دنبال می‌کنید';
window.l.fa.userUnfollow = 'دنبال نكن';
window.l.fa.joinGroup = 'پیوستن به گروه';
2014-01-29 03:42:47 +09:00
window.l.fa.joinExternalGroup = 'پیوستن به گروه';
2013-11-29 21:08:44 +09:00
window.l.fa.isMemberOfGroup = 'عضو گروه';
window.l.fa.leaveGroup = 'ترک گروه';
window.l.fa.memberCount = 'اعضا';
window.l.fa.adminCount = 'مدیران';
window.l.fa.settings = 'تنظیمات';
window.l.fa.saveChanges = 'ذخیره تغییرات';
window.l.fa.linkColor = 'رنگ پیوند';
window.l.fa.backgroundColor = 'رنگ پس‌زمینه';
window.l.fa.newToQuitter = 'تازه واردید؟';
window.l.fa.signUp = 'همین حالا ثبت نام کنید';
window.l.fa.signUpFullName = 'نام و نام‌خانوادگی';
window.l.fa.signUpEmail = 'ایمیل';
window.l.fa.signUpButtonText = 'عضو توییتر شوید';
window.l.fa.welcomeHeading = 'به واگذارنده خوش آمدید.';
window.l.fa.welcomeText = '';
window.l.fa.registerNickname = 'شناسه';
window.l.fa.registerHomepage = 'وب‌سایت';
window.l.fa.registerBio = 'زندگینامه';
window.l.fa.registerLocation = 'مکان';
window.l.fa.registerRepeatPassword = 'تایید گذرواژه';
window.l.fa.moreSettings = 'تنظیمات بیشتر';
window.l.fa.otherServers = '';
2014-06-02 04:51:28 +09:00
window.l.fa.editMyProfile = 'ویرایش نمایه';
2014-09-25 06:20:35 +09:00
window.l.fa.notifications = 'آگاه‌سازی‌ها';
window.l.fa.xFavedYourQueet = 'موارد دلخواه خود را صدای جیر جیر';
window.l.fa.xRepeatedYourQueet = 'توییت شما را باز توییت کرد.';
window.l.fa.xStartedFollowingYou = 'شما را دنبال کرد';
2014-09-30 21:52:41 +09:00
window.l.fa.followsYou = 'شما را دنبال می‌کند';
window.l.fa.FAQ = 'FAQ';
window.l.fa.goToExternalProfile = 'رفتن به نمایه کامل';
window.l.fa.cropAndSave = 'Crop and save';
2013-08-19 22:30:57 +09:00
// arabic
window.l.ar = new Object();
2013-11-29 21:08:44 +09:00
window.l.ar.languageName = 'العربيّة';
window.l.ar.loginUsername = 'اسم المستخدم أو البريد الإلكترونيّ';
window.l.ar.loginPassword = 'كلمة المرور';
window.l.ar.loginSignIn = 'تسجيل الدخول';
window.l.ar.loginRememberMe = 'تذكّرني';
window.l.ar.loginForgotPassword = 'نسيت كلمة المرور؟';
window.l.ar.notices = 'تغريدات';
window.l.ar.followers = 'متابِعين';
window.l.ar.following = 'متابَعين';
window.l.ar.groups = 'جماعة';
window.l.ar.compose = 'اكتب تغريدة جديدة...';
window.l.ar.queetVerb = 'تغريد';
window.l.ar.queetsNounPlural = 'تغريدات';
window.l.ar.logout = 'تسجيل الخروج';
window.l.ar.languageSelected = 'اللغة:';
window.l.ar.viewMyProfilePage = 'عرض صفحة ملفي الشخصي';
window.l.ar.expand = 'فتح';
window.l.ar.collapse = 'إغلاق';
window.l.ar.details = 'التفاصيل';
window.l.ar.expandFullConversation = 'مشاهدة المحادثة';
window.l.ar.replyVerb = 'رَد';
window.l.ar.requeetVerb = 'إعادة تغريد';
window.l.ar.favoriteVerb = 'تفضيل';
window.l.ar.requeetedVerb = 'مُعاد تغريدها';
window.l.ar.favoritedVerb = 'مُفضّلة';
window.l.ar.replyTo = 'أرسِل ردًا إلى';
window.l.ar.requeetedBy = '{requeeted-by} مُعاد تغريدها بواسطة';
2013-11-29 21:08:44 +09:00
window.l.ar.favoriteNoun = 'مفضّلة';
window.l.ar.favoritesNoun = 'مفضّلة';
window.l.ar.requeetNoun = 'إعادة تغريد';
window.l.ar.requeetsNoun = 'إعادة تغريد';
window.l.ar.newQueet = 'تغريدة جديدة';
window.l.ar.newQueets = 'تغريدة جديدة';
window.l.ar.longmonthsJanuary = "يناير";
window.l.ar.longmonthsFebruary = "فبراير";
window.l.ar.longmonthsMars = "مارس";
window.l.ar.longmonthsApril = "أبريل";
window.l.ar.longmonthsMay = "مايو";
window.l.ar.longmonthsJune = "يونيو";
window.l.ar.longmonthsJuly = "يوليو";
window.l.ar.longmonthsAugust = "أغسطس";
window.l.ar.longmonthsSeptember = "سبتمبر";
window.l.ar.longmonthsOctober = "أكتوبر";
window.l.ar.longmonthsNovember = "نوفمبر";
window.l.ar.longmonthsDecember = "ديسمبر";
window.l.ar.shortmonthsJanuary = "يناير";
window.l.ar.shortmonthsFebruary = "فبراير";
window.l.ar.shortmonthsMars = "مارس";
window.l.ar.shortmonthsApril = "أبريل";
window.l.ar.shortmonthsMay = "مايو";
window.l.ar.shortmonthsJune = "يونيو";
window.l.ar.shortmonthsJuly = "يوليو";
window.l.ar.shortmonthsAugust = "أغسطس";
window.l.ar.shortmonthsSeptember = "سبتمبر";
window.l.ar.shortmonthsOctober = "أكتوبر";
window.l.ar.shortmonthsNovember = "نوفمبر";
window.l.ar.shortmonthsDecember = "ديسمبر";
window.l.ar.time12am = '{time} صباحًا';
window.l.ar.time12pm = '{time} مساءً';
window.l.ar.longDateFormat = '{time12} - {day} {month} {year}';
window.l.ar.shortDateFormatSeconds = '{seconds} ث';
window.l.ar.shortDateFormatMinutes = '{minutes} د';
window.l.ar.shortDateFormatHours = '{hours} س';
window.l.ar.shortDateFormatDate = '{day} {month}';
window.l.ar.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.ar.now = 'الآن';
window.l.ar.posting = 'إرسال';
window.l.ar.viewMoreInConvBefore = '→ عرض المزيد في المحادثة';
window.l.ar.viewMoreInConvAfter = 'عرض المزيد في المحادثة ←';
window.l.ar.mentions = 'الإشارات';
window.l.ar.timeline = 'تغريدات';
window.l.ar.publicTimeline = 'المسار الزمني العام';
2014-01-29 03:42:47 +09:00
window.l.ar.publicAndExtTimeline = 'کل شبكة كاملة';
2013-11-29 21:08:44 +09:00
window.l.ar.searchVerb = 'بحث';
window.l.ar.deleteVerb = 'حذف';
window.l.ar.cancelVerb = 'إلغاء';
window.l.ar.deleteConfirmation = 'هل أنت متأكد أنك تريد حذف هذه التغريدة؟';
window.l.ar.userExternalFollow = 'تابِع';
2014-01-29 03:42:47 +09:00
window.l.ar.userExternalFollowHelp = 'رقم حسابك (على سبيل المثال user@rainbowdash.net)';
2013-11-29 21:08:44 +09:00
window.l.ar.userFollow = 'تابِع';
window.l.ar.userFollowing = 'مُتابَع';
window.l.ar.userUnfollow = 'إلغاء المتابعة';
window.l.ar.joinGroup = 'الانضمام إلى المجموعة';
2014-01-29 03:42:47 +09:00
window.l.ar.joinExternalGroup = 'الانضمام إلى المجموعة';
2013-11-29 21:08:44 +09:00
window.l.ar.isMemberOfGroup = 'مغادرة المجموعة';
window.l.ar.leaveGroup = 'مغادرة المجموعة';
window.l.ar.memberCount = 'الأعضاء';
window.l.ar.adminCount = 'الإداريين';
window.l.ar.settings = 'الإعدادات';
window.l.ar.saveChanges = 'حفظ التغييرات';
window.l.ar.linkColor = 'لون الرابط';
window.l.ar.backgroundColor = 'لون الخلفيّة';
window.l.ar.newToQuitter = 'هل أنت جديد على ترك؟';
window.l.ar.signUp = 'سجّل الآن!';
window.l.ar.signUpFullName = 'الاسم الكامل';
window.l.ar.signUpEmail = 'البريد الإلكترونيّ';
window.l.ar.signUpButtonText = 'التسجيل في ترك';
window.l.ar.welcomeHeading = 'مرحبًا بك في ترك.';
window.l.ar.welcomeText = '';
window.l.ar.registerNickname = 'اسم المستخدم';
window.l.ar.registerHomepage = 'موقع إلكتروني';
window.l.ar.registerBio = 'النبذة التعريفيّة';
window.l.ar.registerLocation = 'الموقع الجغرافي';
window.l.ar.registerRepeatPassword = 'تأكيد كلمة المرور';
window.l.ar.moreSettings = 'مزيد من الإعدادات';
window.l.ar.otherServers = '';
2014-06-02 04:51:28 +09:00
window.l.ar.editMyProfile = 'تعديل الملف الشخصي';
2014-09-25 06:20:35 +09:00
window.l.ar.notifications = 'التنبيهات';
window.l.ar.xFavedYourQueet = 'بتفضيل تغريدتك';
window.l.ar.xRepeatedYourQueet = 'بإعادة تغريد';
window.l.ar.xStartedFollowingYou = 'بمتابعتك';
2014-09-30 21:52:41 +09:00
window.l.ar.followsYou = 'يُتابعك';
window.l.ar.FAQ = 'FAQ';
window.l.ar.goToExternalProfile = 'اذهب إلى الملف الشخصي الكامل';
window.l.ar.cropAndSave = 'قُص و احفظ.';
2013-11-23 08:31:04 +09:00
// esperanto
window.l.eo = new Object();
2013-11-29 21:08:44 +09:00
window.l.eo.languageName = 'Esperanto';
window.l.eo.loginUsername = 'Nomo de uzanto aŭ retpoŝto';
window.l.eo.loginPassword = 'Pasvorto';
2013-11-23 08:31:04 +09:00
window.l.eo.loginSignIn = 'Ensaluti';
window.l.eo.loginRememberMe = 'Memoru min';
window.l.eo.loginForgotPassword = 'Ĉu forgesas vian pasvorto?';
window.l.eo.notices = 'Avizoj';
2013-11-29 21:08:44 +09:00
window.l.eo.followers = 'Sekvantoj';
window.l.eo.following = 'Sekvantaj';
window.l.eo.groups = 'Grupoj';
2013-11-23 08:31:04 +09:00
window.l.eo.compose = 'Krei novan avizon...';
2013-11-29 21:08:44 +09:00
window.l.eo.queetVerb = 'Avizi';
2013-11-23 08:31:04 +09:00
window.l.eo.queetsNounPlural = 'Avizoj';
2013-11-29 21:08:44 +09:00
window.l.eo.logout = 'Elsaluti';
2013-11-23 08:31:04 +09:00
window.l.eo.languageSelected = 'Lingvo:';
2013-11-29 21:08:44 +09:00
window.l.eo.viewMyProfilePage = 'Vidi mian paĝon de profilo';
window.l.eo.expand = 'Elvolvi';
2013-11-23 08:31:04 +09:00
window.l.eo.collapse = 'Envolvi';
2013-11-29 21:08:44 +09:00
window.l.eo.details = 'Detalaĵojn';
window.l.eo.expandFullConversation = 'Elvolvi la tutan konversacio';
window.l.eo.replyVerb = 'Respondi';
window.l.eo.requeetVerb = 'Reavizi';
2013-11-23 08:31:04 +09:00
window.l.eo.favoriteVerb = 'Favorigi';
2013-11-29 21:08:44 +09:00
window.l.eo.requeetedVerb = 'Reavizita';
window.l.eo.favoritedVerb = 'Favorigita';
window.l.eo.replyTo = 'Respondi al';
window.l.eo.requeetedBy = 'Reavizita de {requeeted-by}';
2013-11-23 08:31:04 +09:00
window.l.eo.favoriteNoun = 'Favorato';
2013-11-29 21:08:44 +09:00
window.l.eo.favoritesNoun = 'Favoratoj';
window.l.eo.requeetNoun = 'Reavizo';
2013-11-23 08:31:04 +09:00
window.l.eo.requeetsNoun = 'Reavizoj';
window.l.eo.newQueet = 'nova avizo';
2013-11-29 21:08:44 +09:00
window.l.eo.newQueets = 'novaj avizoj';
window.l.eo.longmonthsJanuary = "januaro";
window.l.eo.longmonthsFebruary = "February";
window.l.eo.longmonthsMars = "marto";
2013-11-23 08:31:04 +09:00
window.l.eo.longmonthsApril = "aprilo";
2013-11-29 21:08:44 +09:00
window.l.eo.longmonthsMay = "majo";
window.l.eo.longmonthsJune = "junio";
window.l.eo.longmonthsJuly = "julio";
window.l.eo.longmonthsAugust = "aŭgusto";
window.l.eo.longmonthsSeptember = "septembro";
window.l.eo.longmonthsOctober = "oktobro";
window.l.eo.longmonthsNovember = "novembro";
window.l.eo.longmonthsDecember = "decembro";
window.l.eo.shortmonthsJanuary = "jan";
2013-11-23 08:31:04 +09:00
window.l.eo.shortmonthsFebruary = "feb";
window.l.eo.shortmonthsMars = "mar";
2013-11-29 21:08:44 +09:00
window.l.eo.shortmonthsApril = "apr";
window.l.eo.shortmonthsMay = "maj";
2013-11-23 08:31:04 +09:00
window.l.eo.shortmonthsJune = "jun";
window.l.eo.shortmonthsJuly = "jul";
2013-11-29 21:08:44 +09:00
window.l.eo.shortmonthsAugust = "aŭg";
2013-11-23 08:31:04 +09:00
window.l.eo.shortmonthsSeptember = "sep";
2013-11-29 21:08:44 +09:00
window.l.eo.shortmonthsOctober = "okt";
2013-11-23 08:31:04 +09:00
window.l.eo.shortmonthsNovember = "nov";
window.l.eo.shortmonthsDecember = "dec";
window.l.eo.time12am = '{time} a.t.m.';
window.l.eo.time12pm = '{time} p.t.m.';
2013-11-29 21:08:44 +09:00
window.l.eo.longDateFormat = '{time24} - {day} {month} {year}';
window.l.eo.shortDateFormatSeconds = '{seconds}s';
window.l.eo.shortDateFormatMinutes = '{minutes}min';
2013-11-23 08:31:04 +09:00
window.l.eo.shortDateFormatHours = '{hours}h';
2013-11-29 21:08:44 +09:00
window.l.eo.shortDateFormatDate = '{day} {month}';
window.l.eo.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.eo.now = 'nuna';
window.l.eo.posting = 'sendanta';
2013-11-23 08:31:04 +09:00
window.l.eo.viewMoreInConvBefore = '← Vidi pli de la konversacio';
2013-11-29 21:08:44 +09:00
window.l.eo.viewMoreInConvAfter = 'Vidi pli de la konversacio →';
2013-11-23 08:31:04 +09:00
window.l.eo.mentions = 'Mencioj';
2013-11-29 21:08:44 +09:00
window.l.eo.timeline = 'Kronologio';
window.l.eo.publicTimeline = 'Publika kronologio';
2014-01-29 03:42:47 +09:00
window.l.eo.publicAndExtTimeline = 'Kronologio de la federaĵon';
2013-11-29 21:08:44 +09:00
window.l.eo.searchVerb = 'Serĉi';
window.l.eo.deleteVerb = 'Forigi';
window.l.eo.cancelVerb = 'Rezigni';
window.l.eo.deleteConfirmation = 'Ĉu vi certas, ke vi volas forigi tiun avizon?';
window.l.eo.userExternalFollow = 'Sekvi';
2014-01-29 03:42:47 +09:00
window.l.eo.userExternalFollowHelp = 'Via konto ID (? I user@rainbowdash.net)';
2013-11-29 21:08:44 +09:00
window.l.eo.userFollow = 'Sekvi';
window.l.eo.userFollowing = 'Sekvanta';
2013-11-23 08:31:04 +09:00
window.l.eo.userUnfollow = 'Malsekvi';
2013-11-29 21:08:44 +09:00
window.l.eo.joinGroup = 'Membriĝi grupon';
2014-01-29 03:42:47 +09:00
window.l.eo.joinExternalGroup = 'Membriĝi grupon';
2013-11-29 21:08:44 +09:00
window.l.eo.isMemberOfGroup = 'membro de grupo';
window.l.eo.leaveGroup = 'Rezigni grupon';
window.l.eo.memberCount = 'Membroj';
window.l.eo.adminCount = 'Intendantoj';
2013-11-23 08:31:04 +09:00
window.l.eo.settings = 'Agordo';
2013-11-29 21:08:44 +09:00
window.l.eo.saveChanges = 'Konservi ŝanĝojn';
window.l.eo.linkColor = 'Koloro de ligiloj';
window.l.eo.backgroundColor = 'Koloro de fono';
window.l.eo.newToQuitter = 'Ĉu vi estas novanto je {site-title}?';
2013-11-29 21:08:44 +09:00
window.l.eo.signUp = 'Regístriĝi';
window.l.eo.signUpFullName = 'Plena nomo';
window.l.eo.signUpEmail = 'Retpoŝto';
window.l.eo.signUpButtonText = 'Regístriĝi ĉe {site-title}';
window.l.eo.welcomeHeading = 'Bonvenon al {site-title}.';
2013-11-29 21:08:44 +09:00
window.l.eo.welcomeText = 'Ni estas <span id="federated-tooltip"><div id="what-is-federation">Helpindiko\
por federaĵon: federaĵon signifas, ke vi ne bezonas konton ĉe {site-title} por\
ebli sekvi, esti sekvanta far aliaj, interagi kun uzantoj de {site-title}. Vi povas\
2013-11-29 21:08:44 +09:00
registriĝi ĉe ajna servaĵo de StatusNet \
<a href="http://www.gnu.org/software/social/">GNU Social</a>, aŭ ajna servaĵo, kiu baziĝas\
sur la protokolo <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>!\
Vi ne bezonas membriĝi al servaĵo peni instali la belan\
programon GNU Social ĉe via propra servaĵo! :)</div>federaĵon</span> de mikroblogantoj,\
kiu ĉagrenas pri etiko kaj solidareco, kaj kiu volas forlasi la centralizantajn\
kapitalismajn servaĵojn.';
2013-11-29 21:08:44 +09:00
window.l.eo.registerNickname = 'Nomo de uzanto';
window.l.eo.registerHomepage = 'Afiŝinto';
window.l.eo.registerBio = 'Biografio';
window.l.eo.registerLocation = 'Loko';
window.l.eo.registerRepeatPassword = 'Ripeti pasvorton';
window.l.eo.moreSettings = 'Pli agordoj';
window.l.eo.otherServers = '';
2014-06-02 04:51:28 +09:00
window.l.eo.editMyProfile = 'Redaktu profilon';
2014-09-25 06:20:35 +09:00
window.l.eo.notifications = 'Sciigoj';
window.l.eo.xFavedYourQueet = 'ŝatataj via avizo';
window.l.eo.xRepeatedYourQueet = 'ripetis vin';
window.l.eo.xStartedFollowingYou = 'sekvas vin';
2014-09-30 21:52:41 +09:00
window.l.eo.followsYou = 'sekvas vin';
window.l.eo.FAQ = 'FAQ';
window.l.eo.goToExternalProfile = 'iru al plena profilon';
window.l.eo.cropAndSave = 'Crop and save';
2013-08-19 22:30:57 +09:00
2013-11-23 08:31:04 +09:00
// italian
window.l.it = new Object();
2014-01-29 03:42:47 +09:00
window.l.it.languageName = 'Italiano';
window.l.it.loginUsername = 'Nome Utente o indirizzo email';
window.l.it.loginPassword = 'Password';
window.l.it.loginSignIn = 'Accedi';
window.l.it.loginRememberMe = 'Ricordami';
window.l.it.loginForgotPassword = 'Hai dimenticato la password?';
window.l.it.notices = 'Queets';
window.l.it.followers = 'Follower';
window.l.it.following = 'Following';
window.l.it.groups = 'Gruppi';
window.l.it.compose = 'Scrivi un nuovo Queet...';
window.l.it.queetVerb = 'Quittare';
window.l.it.queetsNounPlural = 'Queet';
window.l.it.logout = 'Disconnettersi';
window.l.it.languageSelected = 'Lingua:';
window.l.it.viewMyProfilePage = 'Guarda il mio profilo';
window.l.it.expand = 'Espandi';
window.l.it.collapse = 'Riduci';
window.l.it.details = 'Dettagli';
window.l.it.expandFullConversation = 'Espandi completamente la conversazione';
window.l.it.replyVerb = 'Rispondere';
window.l.it.requeetVerb = 'Requittare';
window.l.it.favoriteVerb = 'Favorire';
window.l.it.requeetedVerb = 'Requittato';
window.l.it.favoritedVerb = 'Favorito';
window.l.it.replyTo = 'Rispondere a';
window.l.it.requeetedBy = 'Requittato per {requeeted-by}';
2014-01-29 03:42:47 +09:00
window.l.it.favoriteNoun = 'Favorito';
window.l.it.favoritesNoun = 'Favoriti';
window.l.it.requeetNoun = 'Requeet';
window.l.it.requeetsNoun = 'Requeet';
window.l.it.newQueet = 'nuovo Queet';
window.l.it.newQueets = 'nuovi Queet';
window.l.it.longmonthsJanuary = 'Gennaio';
window.l.it.longmonthsFebruary = 'Febbraio';
window.l.it.longmonthsMars = 'Marzo';
window.l.it.longmonthsApril = 'Aprile';
window.l.it.longmonthsMay = 'Maggio';
window.l.it.longmonthsJune = 'Giugno';
window.l.it.longmonthsJuly = 'Luglio';
window.l.it.longmonthsAugust = 'Agosto';
window.l.it.longmonthsSeptember = 'Settembre';
window.l.it.longmonthsOctober = 'Ottobre';
window.l.it.longmonthsNovember = 'Novembre';
window.l.it.longmonthsDecember = 'Dicembre';
window.l.it.shortmonthsJanuary = 'gen';
window.l.it.shortmonthsFebruary = 'feb';
window.l.it.shortmonthsMars = 'mar';
window.l.it.shortmonthsApril = 'apr';
window.l.it.shortmonthsMay = 'mag';
window.l.it.shortmonthsJune = 'giu';
window.l.it.shortmonthsJuly = 'lug';
window.l.it.shortmonthsAugust = 'ago';
window.l.it.shortmonthsSeptember = 'set';
window.l.it.shortmonthsOctober = 'ott';
window.l.it.shortmonthsNovember = 'nov';
window.l.it.shortmonthsDecember = 'dic';
window.l.it.time12am = '{time} AM';
window.l.it.time12pm = '{time} PM';
window.l.it.longDateFormat = '{time24} - {day} {month} {year}';
window.l.it.shortDateFormatSeconds = '{seconds}s';
window.l.it.shortDateFormatMinutes = '{minutes}min';
window.l.it.shortDateFormatHours = '{hours}h';
window.l.it.shortDateFormatDate = '{day} {month}';
2013-11-29 21:08:44 +09:00
window.l.it.shortDateFormatDateAndY = '{day} {month} {year}';
2014-01-29 03:42:47 +09:00
window.l.it.now = 'adesso';
window.l.it.posting = 'inviato';
window.l.it.viewMoreInConvBefore = '← Conversazioni precedenti';
window.l.it.viewMoreInConvAfter = 'Conversazioni successive →';
window.l.it.mentions = 'Menzioni';
window.l.it.timeline = 'Timeline';
window.l.it.publicTimeline = 'Timeline publica';
window.l.it.publicAndExtTimeline = 'Timeline della federazione';
window.l.it.searchVerb = 'Cercare';
window.l.it.deleteVerb = 'Eliminare';
window.l.it.cancelVerb = 'Annullare';
window.l.it.deleteConfirmation = 'Sei sicuro di volere cancellare questo queet?';
window.l.it.userExternalFollow = 'Seguire Remoto';
window.l.it.userExternalFollowHelp = 'L\'ID del tuo account (ad esempio user@rainbowdash.net)';
window.l.it.userFollow = 'Seguire';
window.l.it.userFollowing = 'Seguendo';
window.l.it.userUnfollow = 'Smettere di seguire';
window.l.it.joinGroup = 'Unisciti';
window.l.it.joinExternalGroup = 'Unisciti';
window.l.it.isMemberOfGroup = 'Membro del gruppo';
window.l.it.leaveGroup = 'Lasciare il gruppo';
window.l.it.memberCount = 'Membri';
window.l.it.adminCount = 'Amministratori';
window.l.it.settings = 'Opzioni';
window.l.it.saveChanges = 'Salva modifiche';
window.l.it.linkColor = 'Colore dei link';
window.l.it.backgroundColor = 'Colore dello sfondo';
window.l.it.newToQuitter = 'Sei nuovo su {site-title}?';
2014-01-29 03:42:47 +09:00
window.l.it.signUp = 'Registrati';
window.l.it.signUpFullName = 'Nome e cognome';
window.l.it.signUpEmail = 'Indirizzo di posta elettronica';
window.l.it.signUpButtonText = 'Registrati su {site-title}';
window.l.it.welcomeHeading = 'Benvenuto su {site-title}.';
2014-01-29 03:42:47 +09:00
window.l.it.welcomeText = 'Siamo una <span id="federated-tooltip"><div id="what-is-federation">"Federazione" \
significa che non è necessario avere un account su {site-title} per essere in grado di seguire, \
essere seguito, o interagire con gli altri utenti {site-title}. Potete registrarvi su \
2014-01-29 03:42:47 +09:00
qualsiasi server StatusNet, <a href="http://www.gnu.org/software/social/">GNU Social</a>, \
o qualsiasi altro servizio basato sul protocollo \
<a href="http://www.w3.org/community/ostatus/wiki/Main_Page">OStatus</a>! Non avete \
nemmeno bisogno di far parte di un servizio - provate a installare il meraviglioso \
software GNU Social sul vostro server! :-)</div>federazione</span> di microbloggers \
che hanno a cuore l\'etica, la solidarietà, e che vogliono uscire dai servizi \
centralizzati capitalisti.';
2014-01-29 03:42:47 +09:00
window.l.it.registerNickname = 'Nickname';
window.l.it.registerHomepage = 'Sito web';
window.l.it.registerBio = 'Biografia';
window.l.it.registerLocation = 'Posizione';
window.l.it.registerRepeatPassword = 'Ripetere la password';
window.l.it.moreSettings = 'Altre opzioni';
window.l.it.otherServers = 'In alternativa puoi creare un account su un altro server della rete GNU Social. <a href="http://federation.skilledtests.com/select_your_server.html">Confronto</a>';
2014-06-02 04:51:28 +09:00
window.l.it.editMyProfile = 'Modifica profilo';
2014-09-25 06:20:35 +09:00
window.l.it.notifications = 'Notifiche';
window.l.it.xFavedYourQueet = 'ha aggiunto ai preferiti il tuo Queet';
window.l.it.xRepeatedYourQueet = 'ti ha requittato';
window.l.it.xStartedFollowingYou = 'ha iniziato a seguirti';
2014-09-30 21:52:41 +09:00
window.l.it.followsYou = 'ti segue';
window.l.it.FAQ = 'FAQ';
window.l.it.goToExternalProfile = 'Vai al profilo completo';
window.l.it.cropAndSave = 'ritaglia e salva';
2014-06-02 04:51:28 +09:00
2014-08-29 19:13:30 +09:00
// Norwegian
window.l.no = new Object();
window.l.no.languageName = 'Norsk';
window.l.no.loginUsername = 'Brukernavn eller e-Post';
window.l.no.loginPassword = 'Passord';
2014-11-09 18:18:24 +09:00
window.l.no.loginSignIn = 'Logg inn';
2014-08-29 19:13:30 +09:00
window.l.no.loginRememberMe = 'Husk meg';
window.l.no.loginForgotPassword = 'Glemt passordet?';
window.l.no.notices = 'Queets';
window.l.no.followers = 'Følgere';
window.l.no.following = 'Følger';
window.l.no.groups = 'Grupper';
window.l.no.compose = 'Skriv en ny Queet...';
window.l.no.queetVerb = 'Queet';
window.l.no.queetsNounPlural = 'Queets';
window.l.no.logout = 'Logg ut';
window.l.no.languageSelected = 'Språk:';
window.l.no.viewMyProfilePage = 'Vis min profil side';
window.l.no.expand = 'Mer';
window.l.no.collapse = 'Lukk';
window.l.no.details = 'Detaljer';
window.l.no.expandFullConversation = 'Vis hele samtalen';
window.l.no.replyVerb = 'Svar';
window.l.no.requeetVerb = 'Requeet';
window.l.no.favoriteVerb = 'Favorittmarker';
window.l.no.requeetedVerb = 'Requeeted deg';
window.l.no.favoritedVerb = 'Favorittmarkert';
window.l.no.replyTo = 'Svar';
window.l.no.requeetedBy = 'Requeeted av {requeeted-by}';
2014-08-29 19:13:30 +09:00
window.l.no.favoriteNoun = 'Favoritt';
window.l.no.favoritesNoun = 'Favoritter';
window.l.no.requeetNoun = 'Requeet';
window.l.no.requeetsNoun = 'Requeeter';
window.l.no.newQueet = 'ny Queet';
window.l.no.newQueets = 'nye Queets';
window.l.no.longmonthsJanuary = 'Januar';
window.l.no.longmonthsFebruary = 'Februar';
window.l.no.longmonthsMars = 'Mars';
window.l.no.longmonthsApril = 'April';
window.l.no.longmonthsMay = 'Mai';
window.l.no.longmonthsJune = 'Juni';
window.l.no.longmonthsJuly = 'Juli';
window.l.no.longmonthsAugust = 'August';
window.l.no.longmonthsSeptember = 'September';
window.l.no.longmonthsOctober = 'Oktober';
window.l.no.longmonthsNovember = 'November';
window.l.no.longmonthsDecember = 'Desember';
window.l.no.shortmonthsJanuary = 'jan';
window.l.no.shortmonthsFebruary = 'feb';
window.l.no.shortmonthsMars = 'mar';
window.l.no.shortmonthsApril = 'apr';
window.l.no.shortmonthsMay = 'mai';
window.l.no.shortmonthsJune = 'jun';
window.l.no.shortmonthsJuly = 'jul';
window.l.no.shortmonthsAugust = 'aug';
window.l.no.shortmonthsSeptember = 'sep';
window.l.no.shortmonthsOctober = 'okt';
window.l.no.shortmonthsNovember = 'nov';
window.l.no.shortmonthsDecember = 'des';
window.l.no.time12am = '{time} am';
window.l.no.time12pm = '{time} pm';
window.l.no.longDateFormat = '{time12} - {day} {month} {year}';
window.l.no.shortDateFormatSeconds = '{seconds}s';
window.l.no.shortDateFormatMinutes = '{minutes}m';
window.l.no.shortDateFormatHours = '{hours}t';
2014-08-29 19:13:30 +09:00
window.l.no.shortDateFormatDate = '{day} {month}';
window.l.no.shortDateFormatDateAndY = '{day} {month} {year}';
window.l.no.now = 'nå';
window.l.no.posting = 'poster';
window.l.no.viewMoreInConvBefore = '← Vis samtale';
window.l.no.viewMoreInConvAfter = 'Vis samtale →';
window.l.no.mentions = 'Nevnte deg';
window.l.no.timeline = 'Tidslinje';
window.l.no.publicTimeline = 'Offentlig tidslinje';
window.l.no.publicAndExtTimeline = 'Hele nettverket';
window.l.no.searchVerb = 'Søk';
window.l.no.deleteVerb = 'Slett';
window.l.no.cancelVerb = 'Avbryt';
window.l.no.deleteConfirmation = 'Er du sikker på at du ønsker å slette denne queet?';
window.l.no.userExternalFollow = 'Følger distansiert';
window.l.no.userExternalFollowHelp = 'Din konto ID (f.eks. oladunk@quitter.no).';
2014-08-29 19:13:30 +09:00
window.l.no.userFollow = 'Følg';
window.l.no.userFollowing = 'Følger';
window.l.no.userUnfollow = 'Avfølg';
window.l.no.joinGroup = 'Melde deg på';
window.l.no.joinExternalGroup = 'Meld deg på distansiert';
window.l.no.isMemberOfGroup = 'Medlemm';
window.l.no.leaveGroup = 'Forlat';
window.l.no.memberCount = 'Medlemmer';
window.l.no.adminCount = 'Administratorer';
window.l.no.settings = 'Instillinger';
window.l.no.saveChanges = 'Lagre endringer';
window.l.no.linkColor = 'Farge på lenker';
window.l.no.backgroundColor = 'Bakgrunds farge';
window.l.no.newToQuitter = 'Ny på Quitter?';
window.l.no.signUp = 'Registrere deg';
window.l.no.signUpFullName = 'Fult navn';
window.l.no.signUpEmail = 'e-Post';
window.l.no.signUpButtonText = 'Registrere deg på Quitter';
window.l.no.welcomeHeading = 'Velkommen til Quitter.';
window.l.no.welcomeText = 'Vi er en <span id="federated-tooltip"><div id="what-is-federation">"Forenet eller (Federation)" betyr i denne konteksten at du ikke behøver å ha en {site-title}-konto for å følge eller følges av andre og prate med andre i nettverket. Du kan registrere deg på hvilken som helst instans/server som støtter protokollen <a href="http://www.w3.org/community/ostatus/wiki/Main_Page">Ostatus</a>, eller mikroblogge på en helt egen server, med den frie programvaren <a href="http://www.gnu.org/software/social/">GNU Social</a> (som {site-title} bygger på).</div>forenet</span> allmenhet, der du som har hoppet av de sentraliserte tjenestene kan mikroblogge etisk og solidarisk.';
2014-08-29 19:13:30 +09:00
window.l.no.registerNickname = 'Kallenavn';
window.l.no.registerHomepage = 'Hjemmeside';
window.l.no.registerBio = 'Informasjon om deg';
window.l.no.registerLocation = 'Lokasjon';
window.l.no.registerRepeatPassword = 'Gjenta passord';
window.l.no.moreSettings = 'Flere instillinger';
window.l.no.otherServers = 'Det finnes flere instanser i GNUsocial nettverket som alternativt kan benyttes. <a href="http://gnu.io/social/try/">Følger du denne lenken finner du noen anbefalinger.</a>';
2014-08-29 19:13:30 +09:00
window.l.no.editMyProfile = 'Rediger profil';
2014-09-25 06:20:35 +09:00
window.l.no.notifications = 'Varsler';
window.l.no.xFavedYourQueet = 'favorittmarkerte queeten din';
window.l.no.xRepeatedYourQueet = 'requeetet deg';
window.l.no.xStartedFollowingYou = 'følger deg';
2014-09-30 21:52:41 +09:00
window.l.no.followsYou = 'følger deg';
window.l.no.FAQ = 'FAQ';
window.l.no.goToExternalProfile = 'Gå til fullstendig profil';
window.l.no.cropAndSave = 'Beskjær og lagre';
2013-08-19 22:30:57 +09:00
// set language, from local storage, else browser language, else english (english also if no localstorage availible)
2013-08-19 22:30:57 +09:00
var browserLang = navigator.language || navigator.userLanguage;
if(browserLang.substring(0,5).toLowerCase() == 'zh-cn') {
browserLang = 'zh_cn';
}
else if(browserLang.substring(0,5).toLowerCase() == 'zh-tw') {
browserLang = 'zh_tw';
}
else {
browserLang = browserLang.substring(0,2);
}
var selectedLanguage = 'en';
if(localStorageIsEnabled()) {
2013-11-29 21:08:44 +09:00
if(typeof localStorage.selectedLanguage != 'undefined' && localStorage.selectedLanguage != null) {
selectedLanguage = localStorage.selectedLanguage;
}
else if(typeof window.l[browserLang] != 'undefined') {
selectedLanguage = browserLang;
2013-11-29 21:08:44 +09:00
}
}
2013-08-19 22:30:57 +09:00
window.sL = window.l[selectedLanguage];
// if this is a RTL-language, add rt classes and change some things
if(selectedLanguage == 'ar') {
2013-11-29 21:08:44 +09:00
$('body').addClass('rtl');
$('title').html('&#x202b;ترك');
}
2013-08-19 22:30:57 +09:00
else if(selectedLanguage == 'fa') {
2013-11-29 21:08:44 +09:00
$('body').addClass('rtl');
$('title').html('&#x202b;واگذارنده');
}
2013-08-19 22:30:57 +09:00
window.siteTitle = $('head title').html(); // remember this for later use
// replace placeholders in translation
$.each(window.sL,function(k,v){
2014-11-26 05:38:00 +09:00
window.sL[k] = v.replace(/{site-title}/g,window.siteTitle);
});
2013-08-19 22:30:57 +09:00
// set some static string
2013-09-03 01:13:15 +09:00
$('.front-welcome-text h1').html(window.sL.welcomeHeading);
$('.front-welcome-text p').html(window.sL.welcomeText);
$('#nickname').attr('placeholder',window.sL.loginUsername);
2013-08-19 22:30:57 +09:00
$('#password').attr('placeholder',window.sL.loginPassword);
$('button#submit-login').html(window.sL.loginSignIn);
$('#rememberme_label').html(window.sL.loginRememberMe);
$('#remember-forgot a').html(window.sL.loginForgotPassword);
2013-09-03 01:13:15 +09:00
$('.front-signup h2').html('<strong>' + window.sL.newToQuitter + '</strong> ' + window.sL.signUp);
$('#signup-user-name').attr('placeholder',window.sL.signUpFullName);
$('#signup-user-email').attr('placeholder',window.sL.signUpEmail);
$('#signup-user-password').attr('placeholder',window.sL.loginPassword);
$('.front-signup button.signup-btn').html(window.sL.signUpButtonText);
2013-08-19 22:30:57 +09:00
$('#user-queets .label').html(window.sL.notices);
$('#user-following .label').html(window.sL.following);
$('#user-followers .label').html(window.sL.followers);
$('#user-groups .label').html(window.sL.groups);
$('#queet-box').html(window.sL.compose);
$('#queet-box').attr('data-start-text',encodeURIComponent(window.sL.compose));
$('#user-footer .queet-button button').html(window.sL.queetVerb);
2013-08-19 22:30:57 +09:00
$('#feed-header-inner h2').html(window.sL.queetsNounPlural);
$('#logout').html(window.sL.logout);
$('#settings').html(window.sL.settings);
2013-11-29 20:49:54 +09:00
$('#other-servers-link').html(window.sL.otherServers);
2013-08-19 22:30:57 +09:00
$('.language-dropdown .dropdown-toggle small').html(window.sL.languageSelected);
$('.language-dropdown .current-language').html(window.sL.languageName);
$('.stream-selection[data-stream-name="statuses/friends_timeline.json"]').prepend(window.sL.timeline);
$('.stream-selection[data-stream-name="statuses/friends_timeline.json"]').attr('data-stream-header',window.sL.timeline);
$('.stream-selection[data-stream-name="statuses/mentions.json"]').prepend(window.sL.mentions);
$('.stream-selection[data-stream-name="statuses/mentions.json"]').attr('data-stream-header',window.sL.mentions);
2014-09-25 06:20:35 +09:00
$('.stream-selection[data-stream-name="qvitter/statuses/notifications.json"]').prepend(window.sL.notifications);
$('.stream-selection[data-stream-name="qvitter/statuses/notifications.json"]').attr('data-stream-header',window.sL.notifications);
2013-08-19 22:30:57 +09:00
$('.stream-selection[data-stream-name="favorites.json"]').prepend(window.sL.favoritesNoun);
$('.stream-selection[data-stream-name="favorites.json"]').attr('data-stream-header',window.sL.favoritesNoun);
$('.stream-selection[data-stream-name="statuses/public_timeline.json"]').prepend(window.sL.publicTimeline);
$('.stream-selection[data-stream-name="statuses/public_timeline.json"]').attr('data-stream-header',window.sL.publicTimeline);
$('.stream-selection[data-stream-name="statuses/public_and_external_timeline.json"]').prepend(window.sL.publicAndExtTimeline);
$('.stream-selection[data-stream-name="statuses/public_and_external_timeline.json"]').attr('data-stream-header',window.sL.publicAndExtTimeline);
2013-08-20 05:08:27 +09:00
$('#search-query').attr('placeholder',window.sL.searchVerb);
$('#faq-link').html(window.sL.FAQ);
$('#classic-link').html('Classic ' + window.siteTitle);
$('#edit-profile-header-link').html(window.sL.editMyProfile);