updates to language files, capitalizing some values across languages

v1.18.x
Julian Lam 11 years ago
parent d6f8162f17
commit 347f5c132e

@ -7,7 +7,7 @@
"location": "Wohnort", "location": "Wohnort",
"age": "Alter", "age": "Alter",
"joined": "Beigetreten", "joined": "Beigetreten",
"profil_views": "Profilaufrufe", "profile_views": "Profilaufrufe",
"reputation": "Reputation", "reputation": "Reputation",
"posts": "Posts", "posts": "Posts",
"followers": "Follower", "followers": "Follower",
@ -29,7 +29,7 @@
"image_spec": "Du solltest nur Dateien die PNG, JPG, oder GIF kleiner als 256kb hochladen.", "image_spec": "Du solltest nur Dateien die PNG, JPG, oder GIF kleiner als 256kb hochladen.",
"settings": "Einstellungen", "settings": "Einstellungen",
"show_my_email": "Zeige meine E-Mail Adresse an.", "show_email": "Zeige meine E-Mail Adresse an.",
"has_no_follower": "Dieser User hat noch keine Follower.", "has_no_follower": "Dieser User hat noch keine Follower.",
"follows_no_one": "Dieser User folgt noch niemanden." "follows_no_one": "Dieser User folgt noch niemanden."

@ -1,35 +1,35 @@
{ {
"banned": "Banned", "banned": "Banned",
"offline": "offline", "offline": "Offline",
"email": "email", "email": "Email",
"fullname": "full name", "fullname": "Full Name",
"website": "website", "website": "Website",
"location": "location", "location": "Location",
"age": "age", "age": "Age",
"joined": "joined", "joined": "Joined",
"profil_views": "profil views", "profile_views": "Profile views",
"reputation": "reputation", "reputation": "Reputation",
"posts": "posts", "posts": "Posts",
"followers": "followers", "followers": "Followers",
"following": "following", "following": "Following",
"signature": "signature", "signature": "Signature",
"gravatar": "gravatar", "gravatar": "Gravatar",
"birthday": "birthday", "birthday": "Birthday",
"change_picture": "change picture", "change_picture": "Change Picture",
"edit": "edit", "edit": "Edit",
"uploaded_pictures": "uploaded pictures", "uploaded_pictures": "Uploaded Pictures",
"upload_new_picture": "upload new picture", "upload_new_picture": "Upload New Picture",
"change_password": "change password", "change_password": "Change Password",
"confirm_password": "confirm password", "confirm_password": "Confirm Password",
"password": "password", "password": "Password",
"upload_picture": "Upload picture", "upload_picture": "Upload picture",
"upload_a_picture": "Upload a picture", "upload_a_picture": "Upload a picture",
"image_spec": "You may only upload PNG, JPG, or GIF files under 256kb.", "image_spec": "You may only upload PNG, JPG, or GIF files under 256kb.",
"settings": "settings", "settings": "settings",
"show_my_email": "show my email", "show_email": "Show My Email",
"has_no_follower": "This user doesn't have any followers :(", "has_no_follower": "This user doesn't have any followers :(",
"follows_no_one": "This user isn't following anyone :(" "follows_no_one": "This user isn't following anyone :("

@ -1,35 +1,35 @@
{ {
"banned": "Banneado", "banned": "Banneado",
"offline": "desconectado", "offline": "Desconectado",
"email": "email", "email": "Email",
"fullname": "nombre completo", "fullname": "Nombre Completo",
"website": "website", "website": "Website",
"location": "ubicación", "location": "Ubicación",
"age": "edad", "age": "Edad",
"joined": "registro", "joined": "Registro",
"profil_views": "visitas en su perfil", "profile_views": "Visitas en su perfil",
"reputation": "reputación", "reputation": "Reputación",
"posts": "posts", "posts": "Posts",
"followers": "seguidores", "followers": "Seguidores",
"following": "siguiendo", "following": "Siguiendo",
"signature": "firma", "signature": "Firma",
"gravatar": "gravatar", "gravatar": "Gravatar",
"birthday": "cumpleaños", "birthday": "Cumpleaños",
"change_picture": "cambiar foto", "change_picture": "Cambiar Foto",
"edit": "editar", "edit": "Editar",
"uploaded_pictures": "fotos cargadas", "uploaded_pictures": "Fotos Cargadas",
"upload_new_picture": "cargar nueva foto", "upload_new_picture": "Cargar Nueva Foto",
"change_password": "cambiar contraseña", "change_password": "Cambiar Contraseña",
"confirm_password": "confirmar contraseña", "confirm_password": "Confirmar Contraseña",
"password": "contraseña", "password": "Contraseña",
"upload_picture": "Cargar foto", "upload_picture": "Cargar foto",
"upload_a_picture": "Cargar una foto", "upload_a_picture": "Cargar una foto",
"image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.", "image_spec": "Solo puedes usar PNG, JPG, o GIF hasta 256kb.",
"settings": "opciones", "settings": "Opciones",
"show_my_email": "mostrar mi email", "show_email": "Mostrar mi Email",
"has_no_follower": "Este miembro no tiene seguidores :(", "has_no_follower": "Este miembro no tiene seguidores :(",
"follows_no_one": "Este miembro no sigue a nadie, que pena :(" "follows_no_one": "Este miembro no sigue a nadie, que pena :("

@ -53,7 +53,7 @@
<span class="timeago" title="{joindate}"></span> <span class="timeago" title="{joindate}"></span>
<br/> <br/>
<span class="account-bio-label">[[user:profil_views]]</span> <span class="account-bio-label">[[user:profile_views]]</span>
<span class="formatted-number">{profileviews}</span> <span class="formatted-number">{profileviews}</span>
<br/> <br/>

@ -12,7 +12,7 @@
<h4>privacy</h4> <h4>privacy</h4>
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input id="showemailCheckBox" type="checkbox" {showemail}> [[user:show_my_email]] <input id="showemailCheckBox" type="checkbox" {showemail}> [[user:show_email]]
</label> </label>
</div> </div>
</div> </div>

Loading…
Cancel
Save