[kune-commits] r1589 - in trunk/src/main/java/cc/kune: core/client/i18n gspace/client/actions
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Mon Nov 7 15:18:37 CET 2011
Author: vjrj_
Date: 2011-11-07 15:18:37 +0100 (Mon, 07 Nov 2011)
New Revision: 1589
Modified:
trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.java
trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.properties
trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants_es.properties
trunk/src/main/java/cc/kune/gspace/client/actions/AbstractNewMenu.java
Log:
CLOSED - # 137: Adding 'New' Documents, Folders and Gadgets button to all pages
http://kune.ourproject.org/issues/ticket/137
Modified: trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.java
===================================================================
--- trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.java 2011-11-07 12:22:34 UTC (rev 1588)
+++ trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.java 2011-11-07 14:18:37 UTC (rev 1589)
@@ -5,6 +5,9 @@
*/
import com.google.gwt.i18n.client.ConstantsWithLookup;
+/**
+ * Autogenerated by trunk/bin/i18n-db2gwt.sh, please not edit directly
+ */
public interface KuneConstants extends ConstantsWithLookup {
String aboutKune();
@@ -18,12 +21,16 @@
String aCommunityIsAGroupOfUsersWithSharedInterestsForInstanceTheEnvironmentalCommunityOrTheLgbtCommunityIt();
+ String aContentWithTheSameNameAlreadyExistPleaseRenameIt();
+
String actions();
String addANewBuddy();
String addAsABuddy();
+ String addGadget();
+
String administrators();
String allowAnyUsesOfYourWorkIncludingCommercial();
@@ -48,6 +55,8 @@
String areYouSure();
+ String areYouSureYouWantThisItWillBeDeletedWithAllItsContents();
+
String aShortTermTaskSample();
String autoAcceptRequestToJoin();
@@ -122,6 +131,8 @@
String clickAltpageupOrAltpagedownToMoveUpDownInTheListWhileTranslatingAndAltVToCopyTheOriginalTextTheTrans();
+ String clickToGoHereOrDropContentsHereToMoveThem();
+
String clickToRename();
String clickToSelectAndConfigureThisTheme();
@@ -144,6 +155,8 @@
String connecting();
+ String contentNotFound();
+
String copyleft();
String copyTheTextToTranslate();
@@ -198,6 +211,8 @@
String doYouWantToJoinThisGroup();
+ String doYouWantToWriteAMessageToTheAdministratorsOfThisGroup();
+
String doYouWantToWriteAMessageToTheMembersOfThisGroup();
String doYouWantToWriteAMessageToYourBuddy();
@@ -268,7 +283,7 @@
String hostedGroups();
- String inDevelopmentWithBrackets();
+ String inDevelopment();
String infoAboutErrors();
@@ -292,6 +307,8 @@
String licenseWizard();
+ String listCreated();
+
String lists();
String loading();
@@ -302,6 +319,8 @@
String makeThisListNotPublic();
+ String makeThisListPublic();
+
String markAsDone();
String media();
@@ -312,10 +331,22 @@
String memberAccepted();
+ String memberRemoved();
+
+ String membershipRequestedWaitingForAdminsDecision();
+
+ String membersJoiningPolicyChanged();
+
+ String membersVisibilityChanged();
+
+ String memberTypeChanged();
+
String midTermTasks();
String moderateRequestToJoin();
+ String moving();
+
String name();
String nConversationsUnread();
@@ -328,6 +359,8 @@
String newBlog();
+ String newDoc();
+
String newDocument();
String newFolder();
@@ -374,16 +407,12 @@
String newYoutubeVideo();
- String nExternalUser();
-
String nextUsedInButton();
String no();
String notes();
- String notPublishable();
-
String notPublishedYet();
String notTranslated();
@@ -402,6 +431,8 @@
String onlyMembers();
+ String onlyToAuthorizedTranslators();
+
String onlyYou();
String onlyYourBuddies();
@@ -488,6 +519,8 @@
String removeCurrentBackgroundImage();
+ String removedAsMember();
+
String removeThisMember();
String renaming();
@@ -512,8 +545,6 @@
String seeTheArchiveOfOldConversationsInDevelopment();
- String seeTheArchiveOfOldConversationsInDevelopmentWithBrackets();
-
String select();
String selectACreativeCommonsLicenseRecommendedForCulturalWorks();
@@ -546,8 +577,6 @@
String signIn();
- String signInOrCreateAnAccountToAccessToYourInbox();
-
String signInToCollaborate();
String signOut();
@@ -604,6 +633,8 @@
String thereIsnTAnyTaskCreateOne();
+ String theSocialNetworkOfThisUserIsNotPublic();
+
String thisBlogHasnTAnyPostCreateOne();
String thisDemoOfKune();
@@ -640,14 +671,14 @@
String thisIsTheDefaultLicenseForAllTheContentsOfThisGroupAlthoughYouCanChooseADifferentLicenseForSpecificC();
- String thisPageIsNotPublishable();
+ String thisListIsNowRestrictedToThePublic();
+ String thisNameIsAlreadyInUsePleaseTryWithADifferentName();
+
String thisSite();
String thisToolCannotBeDisabledAsLongAsItsWhereTheGroupsHomePageIsLocatedChangeTheDefaultHomePageToAnotherT();
- String thisUserDoesNotHaveAHomepage();
-
String thisUserHasNoBuddiesYet();
String thisUserHasNotWrittenItsBiographyYet();
@@ -664,6 +695,8 @@
String to();
+ String toHelpWithTheTranslationOfThisSoftwarePleaseContactBeforeWithThisSiteAdministrators();
+
String toJoinAChatroomYouNeedToBeOnline();
String tools();
@@ -702,6 +735,8 @@
String useTheGnuLicensesRecommendedForFreeSoftwareWorksAndOtherKindOfLicenses();
+ String visibilityOfYourNetworkChanged();
+
String visitHisHerHomepage();
String visitThisGroupSHomepage();
@@ -761,5 +796,4 @@
String yourLanguage();
String yourPreferences();
-
}
Modified: trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.properties
===================================================================
--- trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.properties 2011-11-07 12:22:34 UTC (rev 1588)
+++ trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants.properties 2011-11-07 14:18:37 UTC (rev 1589)
@@ -102,7 +102,7 @@
andNExternalUser = and [%d] external user
thisIsOnlyAPreviewOfHowThisPageWouldLookLikeToTheGeneralPublicOnTheInternet = This is only a preview of how this page would look like to the general public on the internet.
preview = Preview
-paramUnderLicenseParam = © [%s], under license: [%s]
+paramUnderLicenseParam = © [%s], under license: [%s]
clickToRename = Click to rename
createANewDocumentIfYouChooseToPublishItThisDocumentWillAppearAsANewPageInThePublicWeb = Create a New Document. If you choose to publish it, this document will appear as a new 'Page' in the public web
reloadCurrentPage = Reload current page
@@ -120,7 +120,7 @@
longName = Long name
tools = Tools
hereYouCanSelectTheToolsUsed = Here you can select the tools used:
-thisToolCannotBeDisabledAsLongAsItsWhereTheGroupsHomePageIsLocatedChangeTheDefaultHomePageToAnotherT = This tool cannot be disabled as long as itâs where the groupâs home page is located. Change the default home page to another tool then try again.
+thisToolCannotBeDisabledAsLongAsItsWhereTheGroupsHomePageIsLocatedChangeTheDefaultHomePageToAnotherT = This tool cannot be disabled as long as it\u2019s where the group\u2019s home page is located. Change the default home page to another tool then try again.
choose = Choose
changeThisWorkspaceTheme = Change this workspace theme:
selectAnImageFromYourComputerAsTheLogoForThisGroupForBestResultsUseANxnPixelImageBiggerImagesWillBeA = Select an image from your computer as the logo for this group. For best results use a [%d]x[%d] pixel image. Bigger images will be automatically resized.
@@ -318,7 +318,6 @@
documents = documents
thisFolderIsEmpty = This folder is empty
barters = barters
-thereFolderIsEmpty = There folder is empty
blogs = blogs
thereIsnTAnyBarter = There isn't any barter
thereIsnTAnyBlogCreateOne = There isn't any blog, create one
@@ -344,8 +343,8 @@
error = Error
toJoinAChatroomYouNeedToBeOnline = To join a chatroom you need to be 'online'
licenseWizard = License wizard
-backUsedInButton = « Back
-nextUsedInButton = Next »
+backUsedInButton = « Back
+nextUsedInButton = Next »
select = Select
finishUsedInButton = Finish
selectTheLicenseYouPreferUsingForSharingYourGroupContentsWithOtherPeople = Select the license you prefer using for sharing your group contents with other people:
@@ -376,11 +375,25 @@
reasonsNotToUseANonCommercialLicense = Reasons not to use a non commercial license.
selectOtherKindOfLicenses = Select other kind of licenses:
selectLicense = Select license
-signInOrCreateAnAccountToAccessToYourInbox = Sign in or create an account to access to your inbox
-seeTheArchiveOfOldConversationsInDevelopmentWithBrackets = See the archive of old conversations (in development)
-inDevelopmentWithBrackets = (in development)
-thisUserDoesNotHaveAHomepage = This user does not have a homepage
-notPublishable = Not Publishable
-thisPageIsNotPublishable = This page is not publishable
-welcomeToTheParamPublicChatRoom = Welcome to the [%s] public chat room
-nExternalUser = [%d] external user
+membershipRequestedWaitingForAdminsDecision = Membership requested. Waiting for admins decision
+memberTypeChanged = Member type changed
+memberRemoved = Member removed
+contentNotFound = Content not found
+onlyToAuthorizedTranslators = Only to authorized translators
+toHelpWithTheTranslationOfThisSoftwarePleaseContactBeforeWithThisSiteAdministrators = To help with the translation of this software please contact before with this site administrators
+visibilityOfYourNetworkChanged = Visibility of your network changed
+areYouSureYouWantThisItWillBeDeletedWithAllItsContents = Are you sure you want this? It will be deleted with all its contents.
+thisNameIsAlreadyInUsePleaseTryWithADifferentName = This name is already in use. Please try with a different name
+doYouWantToWriteAMessageToTheAdministratorsOfThisGroup = Do you want to write a message to the administrators of this group?
+listCreated = List created
+thisListIsNowRestrictedToThePublic = This list is now restricted to the public
+makeThisListPublic = Make this list public
+membersVisibilityChanged = Members visibility changed
+membersJoiningPolicyChanged = Members joining policy changed
+moving = Moving
+aContentWithTheSameNameAlreadyExistPleaseRenameIt = A content with the same name already exist. Please rename it
+removedAsMember = Removed as member
+addGadget = Add Gadget
+theSocialNetworkOfThisUserIsNotPublic = The social network of this user is not public
+newDoc = New doc
+clickToGoHereOrDropContentsHereToMoveThem = Click to go here or drop contents here to move them
\ No newline at end of file
Modified: trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants_es.properties
===================================================================
--- trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants_es.properties 2011-11-07 12:22:34 UTC (rev 1588)
+++ trunk/src/main/java/cc/kune/core/client/i18n/KuneConstants_es.properties 2011-11-07 14:18:37 UTC (rev 1589)
@@ -5,16 +5,16 @@
writeToYourBuddy = Escribe a tu colega
chatWithThisGroupMember = Chatea con este/a miembro del grupo
chatWithYourBuddy = Chatea con tu colega
-addAsABuddy = Añadelo/a como colega
+addAsABuddy = Añádelo/a como colega
chat = Chat ;)
oopsSomethingHasGoneWrongWithOurServersRetryLaterPlease = ¡Uuups! Algo ha ido mal en nuestros servidores. Inténtalo de nuevo, por favor.
loading = Cargando
join = Participa
requestToJoinInThisGroup = Solicita unirte a este grupo
-writeToTheMembersOfThisGroup = Escribe a l at s miembr at s de este grupo
-writeToTheAdministratorsOfThisGroup = Escribe a l at s administradoræs de este grupo
-leaveThisGroup = Deja este grupo
-usersWhoCanViewThisMemberList = Usuri at s que pueden ver la lista de este grupo
+writeToTheMembersOfThisGroup = Escribe a los miembros de este grupo
+writeToTheAdministratorsOfThisGroup = Escribe a las/os administradoræs de este grupo
+leaveThisGroup = Dejar este grupo
+usersWhoCanViewThisMemberList = Usuarias/os que pueden ver la lista de este grupo
options = Opciones
newMembersPolicy = PolÃtica para nuevos miembros
anyone = cualquiera
@@ -28,15 +28,15 @@
usersWhoCanViewYourNetwork = Usuarios/as que pueden ver tu red
onlyYou = solo tú
groupMembers = Miembros del grupo
-usersAndGroupsCollaboratingInThisGroup = Usuari at s y grupos colaborando en este grupo
+usersAndGroupsCollaboratingInThisGroup = Usuarios/as y grupos colaborando en este grupo
administrators = Administradoræs
-usersWhoCanAdministrateThisGroup = Usuari at s que pueden administrar este grupo
+usersWhoCanAdministrateThisGroup = Usuarios/as que pueden administrar este grupo
collaborators = Colaboradoræs
othersWhoCollaborateWithThisGroup = Otr at s que colaboran en este grupo
thisIsAnOrphanedProjectIfYouAreInterestedInContributingPleaseRequestToJoin = Este es un proyecto huérfano, si estás interesado/a en contribuir por favor, solicita participar en él
pending = Pendiente
theMembersOfThisGroupAreNotPublic = Los miembros de este grupo no son públicos
-usersPendingToBeAcceptedInThisGroupByTheAdministrators = Usuari at s pendientes de ser aceptad at s en este grupo por l at s administradoræs
+usersPendingToBeAcceptedInThisGroupByTheAdministrators = Usuarias/os pendientes de ser aceptadas/os en este grupo por las/os administradoræs
changeToCollaborator = Cambiar a colaborador/a
changeToAdministrator = Cambiar a administrador/a
removeThisMember = Echar a este miembro
@@ -47,32 +47,32 @@
visitYourHomepage = Visita tu página inicial
visitHisHerHomepage = Visita su página inicial
hisHerNetwork = Su red social:
-thisUserSGroupsAndBuddies = Los colegas de estæ usuari@
+thisUserSGroupsAndBuddies = Los colegas de estæ usuaria/o
buddies = Colegas
-thisUserSBuddies = Los colegas de estæ usuari@
+thisUserSBuddies = Los colegas de estæ usuaria/o
joinsIn = Participa en
groupsWhichThisUserJoined = Grupos en los que este miembro participa
yourGroups = Tus grupos
yourHomepage = Tu página inicial
thisSite = este sitio
yourHomePageInParam = Tu página inicial en [%s]
-userSpaceItShowsAListOfAllDocumentsAndContentsInWhichYouParticipate = Espacio de usuari@: muestra una lista de documentos y contenidos en los que tú participas
+userSpaceItShowsAListOfAllDocumentsAndContentsInWhichYouParticipate = Espacio de usuaria/o: muestra una lista de documentos y contenidos en los que tú participas
groupAndPersonalSpaceWhereYouCanCreateAndPublishContentsForYourPersonalOrGroupWebSpaces = Espacio personal y grupal: Donde puedes crear y publicar contenidos para tu espacio web personal o grupal
publicSpaceWhereYouCanSeeAPreviewOfHowYourPersonalOrGroupSpaceLooksLikeOnTheWeb = Espacio público: Donde puedes ver una vista previa de como tu espacio personal o grupal se ve en la web
latestPublications = Ãltimas publicaciones
stats = EstadÃsticas
-registeredUsers = Usuari at s registrad at s:
+registeredUsers = Usuarias/os registradas/os:
hostedGroups = Grupos alojados:
latestCreatedGroups = Ãltimos grupos creados
latestActivityInYourGroups = Ãltima actividad en tus grupos
tags = Tags
keywordsOrTermsAssociatedWithThisGroup = Palabras clave o términos asociados con este grupo
-typeSomethingToSearchForUsersAndGroupsInParam = Escribe algo para buscar usuari at s y grupos en [%s]
+typeSomethingToSearchForUsersAndGroupsInParam = Escribe algo para buscar usuarios/as y grupos en [%s]
search = Buscar
close = Cerrar
groupOptions = Opciones del grupo
setYourGroupPreferencesHere = Configura aquà las preferencias de tu grupo
-userOptions = Opciones de usuari@
+userOptions = Opciones de usuario/a
helpWithTheTranslation = Ayuda con la traducción
yourPreferences = Tus preferencias
giveUsFeedback = ¡Danos feedback!
@@ -82,7 +82,7 @@
available = Disponible
availableForChat = Disponible para chatear
away = Estoy fuera
-busy = Ocupad@
+busy = Ocupada/o
signOutOfChat = Desconecta el chat
groupSPublicChatRoom = Salas de chat públicas del grupo
enterToThisGroupPublicChatRoom = Entra a esta sala de chat pública del grupo
@@ -159,7 +159,7 @@
thePasswordMustBeBetween6And40Characters = La contraseña debe tener entre 6 y 40 caracteres
newPassword = Nueva contraseña
newPasswordRepeatIt = Nueva contraseña (repÃtela)
-changeIt = Cambiala
+changeIt = Cámbiala
youCannotDisableThisToolBecauseItSWhereYourHomePageIsLocatedToDoThatYouHaveToSelectOtherContentAsThe = No puedes desactivar esta herramienta porque es donde tu página inicial está localizada. Para hacerlo tiene que seleccionar otro contenido de otra herramienta como página inicial.
selectAnImageFromYourComputerAsYourAvatarForBestResultsUseANxnPixelImageBiggerImagesWillBeAutomatica = Selecciona una imagen de tu ordenador como tu avatar. Para resultados óptimos usa una imagen de [%d]x[%d] pÃxeles. Imágenes más grandes serán reajustadas automáticamente.
passwordChangedSuccessfully = La contraseña se ha cambiado correctamente
@@ -170,7 +170,7 @@
others = Otros
thisDemoOfKune = esta demo de kune
paramBio = BiografÃa de [%s]
-thisUserHasNotWrittenItsBiographyYet = Este usuario no ha escrito su biografÃa todavÃa
+thisUserHasNotWrittenItsBiographyYet = Estæ usuaria/o no ha escrito su biografÃa todavÃa
longTermTasks = Tareas a largo plazo
midTermTasks = Tareas a medio plazo
shortTermUrgentTasks = Tareas a corto plazo (urgentes)
@@ -179,13 +179,13 @@
aMidTermTaskSample = Ejemplo de tarea a medio plazo
aShortTermTaskSample = Una tarea a corto plazo
wikiPageSample = Ejemplo de página wiki
-thisIsOnlyAWikiPageSampleYouCanEditOrRenameItButAlsoAnyOtherUser = Esto es solo una página wiki de ejemplo. Puedes editarla o renombrarla, pero también cualquier otr@ usuar@
+thisIsOnlyAWikiPageSampleYouCanEditOrRenameItButAlsoAnyOtherUser = Esto es solo una página wiki de ejemplo. Puedes editarla o renombrarla, pero también cualquier otro/a usuario/a
blogSample = Ejemplo de Blog
aPostSample = Ejemplo de post
thisIsOnlyAPostSampleYouCanEditItRenameThePostAndThisBlog = Esto es solo un ejemplo de post. Puedes editarlo, o renombrar el nombre de este post o del blog
-welcome = Bienvenid@
+welcome = Bienvenido/a
thanksForJoiningParamNowYouCanActivelyParticipateInParamYouCanAlsoUseYourPersonalSpaceToPublishConte = Gracias por unirte a [%s]. Ahora puedes participar activamente en [%s]. Pues también usar tu espacio personal para publicar contenidos. Nota: Tu correo no está verificado, por favor, sigue las indicaciones que recibirás por correo.
-thisUserHasNoBuddiesYet = Estæ usuari@ no tiene todavÃa colegas
+thisUserHasNoBuddiesYet = Estæ usuaria/o no tiene todavÃa colegas
newTask = Nueva tarea
createANewTask = Crea una nueva tarea
doubleClickToOpen = Pulsa dos veces para editar
@@ -222,12 +222,12 @@
groupType = Tipo de grupo
project = Proyecto
organization = Organización
-aProjectIsAKindOfGroupInWhichTheJoiningOfNewMembersIsModeratedByTheProjectAdministrators = Un proyecto es un tipo de grupo en el que la aceptación de nuevos miembros es moderada por l at s administradoræs.
+aProjectIsAKindOfGroupInWhichTheJoiningOfNewMembersIsModeratedByTheProjectAdministrators = Un proyecto es un tipo de grupo en el que la aceptación de nuevos miembros es moderada por las/los administradoræs.
anOrganizationWorksTheSameWayAsAProjectExceptThatItMustBeALegalEntity = Una organización funciona igual que un proyecto, excepto en que debe ser una entidad legal.
closed = Cerrado
aClosedGroupIsAPrivateProjectWhichContentsAreOnlyAccessibleToItsMembersByDefault = Un grupo cerrado es un proyecto privado, en el que sus contenidos, por defecto, son solo accesibles para sus miembros.
community = Comunidad
-aCommunityIsAGroupOfUsersWithSharedInterestsForInstanceTheEnvironmentalCommunityOrTheLgbtCommunityIt = Una comunidad es un grupo de usuari at s con intereses compartidos (por ejemplo la comunidad ecologista o la comunidad LGBT). Está abierta para que participe cualquier persona libremente sin la moderación de l at s administradoræs.
+aCommunityIsAGroupOfUsersWithSharedInterestsForInstanceTheEnvironmentalCommunityOrTheLgbtCommunityIt = Una comunidad es un grupo de usuarios/as con intereses compartidos (por ejemplo la comunidad ecologista o la comunidad LGBT). Está abierta para que participe cualquier persona libremente sin la moderación de los/as administradoræs.
paramCreatedNewContentCreatedForInstance = [%s] creado
notPublishedYet = No publicado aún
thisIsOnlyAPreviewOfHowThisWebpageWouldLookLikeToTheGeneralPublicOnTheInternet = Esto es solo una vista previa de como tu página web lo verá el público general en Internet.
@@ -276,13 +276,13 @@
markAsDone = Marcar como hecho
createANewPost = Crear un nuevo post
makeThisListNotPublic = Hacer esta lista como no pública
-subscribeToThisList = SubscrÃbete a la lista
+subscribeToThisList = SuscrÃbete a la lista
subscribe = SuscrÃbete
nSubscribedNPosts = [%d] subscritoræs, [%d] posts
confirmNewBuddy = Confirma nuevo/a colega
paramHadAddedYouAsABuddyDoYouWantToAddHimHerAlso = [%s] te ha añadido/a como colega. ¿Quieres añadirle a él/ella también?
paramCreatedSuccesfully = [%s] creado correctamente
-nRecentConversationsUnread = [%d] conversaciones recentes sin leer
+nRecentConversationsUnread = [%d] conversaciones recientes sin leer
writeUsWithSomeFeedbackForHelpUsToImproveTheServicesOnParam = EscrÃbenos algo de feedback para ayudarnos a mejorar nuestros servicios en [%s]
oneRecentConversationUnread = Una conversación reciente sin leer
pleaseConfirm = Por favor confirma
@@ -293,7 +293,7 @@
thereIsnTAnyListCreateOne = No hay listas, crear una
create = Crear
areYouSure = ¿Estás seguro/a?
-welcomeToTheParamPublicChatRoom = Bienvenido a la sala de chat pública de [%s]
+welcomeToTheParamPublicChatRoom = Bienvenida/o a la sala de chat pública de [%s]
doYouWantToWriteUsWithSomePositiveOrNegativeFeedbackAboutParamThisCanHelpUsToImproveTheseServices = ¿Quieres escribirnos con cualquier feedback positivo o negativo sobre [%s]? Esto puede ayudarnos a mejorar estos servicios
feedbackOfParam = Feedback de [%s]
editAndWriteHereYourFeedback = Edita y escribe aquà tu feedback.
@@ -311,7 +311,7 @@
saving = Guardando
successUploading = Subida con éxito
thereIsnTAnyTaskCreateOne = No hay ninguna tarea, crea una.
-searchTheUserYouWantToAddAndInHisHerHomepageClickAddAsABuddy = Busca el usuario/a que quieres añadir y en su página inicial pulsa "Añadir como colega"
+searchTheUserYouWantToAddAndInHisHerHomepageClickAddAsABuddy = Busca el usuario/a que quieres añadir y en su página inicial pulsa 'Añadir como colega'
doYouWantToWriteAMessageToTheMembersOfThisGroup = ¿Quieres escribir un mensaje a los miembros de este grupo?
post = Post
thisIsEmpty = Esto está vacÃo.
@@ -335,7 +335,7 @@
rightNowThePublicWebSpaceOfThisGroupItSUnderConstruction = Ahora mismo, la web pública de este grupo, está en construcción
paramTheDevelopment = [%s] el desarrollo
pleaseSupport = Por favor apoya
-inDevelopment = (en desarrollo)
+inDevelopment = (en desarrollo)
chats = chats
theNameMustContainOnlyCharactersNumbersAndDashes = El nombre solo debe tener caracteres, números o guiones
chatroomCreated = Sala de chat creada
@@ -361,7 +361,7 @@
useTheGnuLicensesRecommendedForFreeSoftwareWorksAndOtherKindOfLicenses = Usa licencias GNU (recomendado para Software Libre) y otro tipo de licencias
withACreativeCommonsLicenseYouKeepYourCopyrightButAllowPeopleToCopyAndDistributeYourWorkProvidedThey = Con una licencia Creative Commons, mantienes tu copyright a la vez que permites a otras personas copiar y distribuir tu trabajo siempre que te den crédito por ello (y solo bajo las condiciones que tu indicas aquÃ). ¿Qué quieres hacer?
allowAnyUsesOfYourWorkIncludingCommercial = ¿Permitir cualquier uso de tu trabajo incluso comercial?
-allowModificationsOfYourWork = ¿Permitir modicaciones de tu trabajo?
+allowModificationsOfYourWork = ¿Permitir modificaciones de tu trabajo?
theLicensorPermitsOthersToCopyDistributeDisplayAndPerformTheWorkIncludingForCommercialPurposes = El licenciador/a permite a otras personas copiar, distribuir, mostrar y usar estos trabajos incluso con objetivos comerciales
theLicensorPermitsOthersToCopyDistributeDisplayAndPerformTheWorkForNonCommercialPurposesOnly = El licenciador/a permite a otras personas copiar, distribuir, mostrar y usar estos trabajos pero para fines no comerciales únicamente
theLicensorPermitsOthersToCopyDistributeDisplayAndPerformTheWorkAsWellAsToMakeDerivativeWorksBasedOn = El licenciador/a permite a otras personas copiar, distribuir, mostrar y usar el trabajo, a la vez que permite hacer trabajos derivados basados en él
@@ -375,11 +375,25 @@
reasonsNotToUseANonCommercialLicense = Razones para no usar una licencia no-comercial
selectOtherKindOfLicenses = Elige otro tipo de licencias:
selectLicense = Elige una licencia
-signInOrCreateAnAccountToAccessToYourInbox = Entra o create una cuenta para acceder a tu buzón
-seeTheArchiveOfOldConversationsInDevelopmentWithBrackets = Ver el archivo de conversaciones anteriores (en desarrollo)
-inDevelopmentWithBrackets = (en desarrollo)
-thisUserDoesNotHaveAHomepage = Estæ usuaria/o no tiene página inicial
-notPublishable = No publicable
-thisPageIsNotPublishable = Esta página no es pública
-welcomeToTheParamPublicChatRoom = Bienvenido/a a la sala de chat pública de [%s]
-nExternalUser = [%d] usuarios/as esternos/as
+membershipRequestedWaitingForAdminsDecision = Petición de participación enviada. En espera de la decisión de los/as adminstradores/as.
+memberTypeChanged = Tipo de miembro cambiado
+memberRemoved = Miembro borrado
+contentNotFound = Contenido no encontrado
+onlyToAuthorizedTranslators = Sólo para traductoras autorizadas
+toHelpWithTheTranslationOfThisSoftwarePleaseContactBeforeWithThisSiteAdministrators = Para ayudar con la traducción de este software por favor contacta antes con el sitio de las administradoras
+visibilityOfYourNetworkChanged = La visibilidad de tu red ha sido cambiada
+areYouSureYouWantThisItWillBeDeletedWithAllItsContents = ¿Estás segura que quieres esto? Será eliminado borrado junto con todo su contenido.
+thisNameIsAlreadyInUsePleaseTryWithADifferentName = Este nombre ya está en uso, por favor trata con un nombre diferente
+doYouWantToWriteAMessageToTheAdministratorsOfThisGroup = ¿Quieres escribirle un mensaje a los administradores de este grupo?
+listCreated = Lista creada
+thisListIsNowRestrictedToThePublic = Esta lista ahora es restringida para el público
+makeThisListPublic = Hacer pública esta lista
+membersVisibilityChanged = Visibilidad de los miembros cambiada
+membersJoiningPolicyChanged = PolÃtica de adhesión de miembros cambiada
+moving = Moviendo
+aContentWithTheSameNameAlreadyExistPleaseRenameIt = Ya existe un contenido con el mismo nombre. Por favor renómbralo.
+removedAsMember = Eliminado como miembro
+addGadget = Añade un Gadget
+theSocialNetworkOfThisUserIsNotPublic = La red social de este/a usuario/a no es público
+newDoc = Nuevo doc
+clickToGoHereOrDropContentsHereToMoveThem = Pulsa para ir aquà o arrastra aquà contenidos para moverlos
\ No newline at end of file
Modified: trunk/src/main/java/cc/kune/gspace/client/actions/AbstractNewMenu.java
===================================================================
--- trunk/src/main/java/cc/kune/gspace/client/actions/AbstractNewMenu.java 2011-11-07 12:22:34 UTC (rev 1588)
+++ trunk/src/main/java/cc/kune/gspace/client/actions/AbstractNewMenu.java 2011-11-07 14:18:37 UTC (rev 1589)
@@ -35,7 +35,7 @@
final AccessRightsClientManager rightsManager) {
super();
this.withIcon(res.addGreen()).withStyles("k-button, k-btn, k-5corners, k-def-docbtn, k-fl").withText(
- "More");
+ i18n.t("More"));
rightsManager.onRightsChanged(true, new AccessRightsChangedHandler() {
@Override
@@ -44,5 +44,4 @@
}
});
}
-
}
More information about the kune-commits
mailing list