Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
BZ:1043833 - Translation issues. Zanata pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
nmirasch committed Feb 17, 2014
1 parent ebeafc1 commit 761e1b5
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void callback( final RepositoryInfo repo ) {
view.setRepositoryInfo( repo.getAlias(),
repo.getOwner(),
repo.getPublicURIs(),
"[empty]",
CoreConstants.INSTANCE.Empty(),
repo.getInitialVersionList() );
}
} ).getRepositoryInfo( alias );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void addRepository( final Repository repository ) {
final RepositoriesViewItem item = new RepositoriesViewItem( repository.getAlias(),
null,
repository.getPublicURIs(),
"[empty]",
CoreConstants.INSTANCE.Empty(),
new Command() {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void createElement( final int row,
}} );

if ( onRevertCommand != null ) {
navigator.setWidget( row, ++col, new Button( "Revert" ) {{
navigator.setWidget( row, ++col, new Button( CoreConstants.INSTANCE.Revert() ) {{
setType( ButtonType.DANGER );
addClickHandler( new ClickHandler() {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@ public interface CoreConstants

String CreateRepository();

String Empty();

String Revert();

}
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ ConfirmStateRevert=Confirm state revert?
ActivityNotFound=Activity not found
CloneRepository=Clone Repository
CreateRepository=Create Repository
Empty=[empty]
Revert=Revert
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ ConfirmStateRevert=Bestätigen Zustand zurückkehren?
ActivityNotFound=Aktivität nicht gefunden
CloneRepository=Repository klonen
CreateRepository=Erstellt Repository
Empty=[ leer ]
Revert=Zurückrollen
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ ConfirmStateRevert=Confirmar restauración?
ActivityNotFound=No se encontró actividad.
CloneRepository=Clonar repositorio
CreateRepository=Crear Repositorio
Empty=[ Vacío ]
Revert=Restaurar
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ ConfirmStateRevert=Confirmez état revert ?
ActivityNotFound=Activité non trouvée.
CloneRepository=Référentiel Clone
CreateRepository=Créé référentiel
Empty=[ vide ]
Revert=Rétablissement
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ UploadFail=ファイルアップロードエラー
Uploading=アップロード中
DefaultEditor=エディタ
Download=ダウンロード
FileExplorer=ファイルエクスプローラ
EmptyEntry=-- 空の --
MetaFileEditor=メタファイルエディター
SelectEntry=--- 選択 ---
URLMandatory=URLが必須です
RepoInformation=リポジトリ情報
IsRequired=* が必要です
OrganizationalUnit=組織単位
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ ConfirmStateRevert=Confirme reverter Estado?
ActivityNotFound=Atividade não encontrada
CloneRepository=Clonar repositório
CreateRepository=Criar repositório
Empty=[ vazio ]
Revert=Reverter
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ UploadFail=上传文件出现错误
Uploading=上传中
Download=下载
Navigator=导航器
EmptyEntry=-- 空的 --
MetaFileEditor=元文件编辑器
SelectEntry=--- 选择 ---
IsRequired=* 是必需的
Expand All @@ -30,3 +31,5 @@ GeneralInformation=常见问题
TextEditor=文本编辑器
ActivityNotFound=未找到活动
CloneRepository=克隆资料库
Empty=[ 空的 ]
Revert=还原

0 comments on commit 761e1b5

Please sign in to comment.