Skip to content

Commit

Permalink
fixing encoding issues for new localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Sep 23, 2015
1 parent 82e1da8 commit 64509ae
Show file tree
Hide file tree
Showing 5 changed files with 1,724 additions and 1,735 deletions.
Expand Up @@ -114,7 +114,7 @@ AuditPopupPanel.dateTo=Do
AuditPopupPanel.title=Z\u00e1kladn\u00ed konfigurace report\u016f auditu
BasicSearchPanel.clear=Vymazat hled\u00e1n\u00ed
BasicSearchPanel.search=Hledat
BasicSearchPanel.textPlaceholder=Hledat#
BasicSearchPanel.textPlaceholder=Hledat
BeforeAfterType.AFTER=Po
BeforeAfterType.BEFORE=P\u0159ed
Boolean.FALSE=Nepravda
Expand Down Expand Up @@ -198,7 +198,7 @@ chooseTypeDialog.button.cancel=Zru\u0161it
chooseTypeDialog.column.name=N\u00e1zev
chooseTypeDialog.message.queryError=Chyba p\u0159i p\u0159ekladu vyhled\u00e1vac\u00edho dotazu do filtru.
chooseTypeDialog.title=Vybrat objekt
chooseTypePanel.ObjectNameValue.badOid=(nájemce nenalezen)
chooseTypePanel.ObjectNameValue.badOid=(n\u00e1jemce nenalezen)
chooseTypePanel.ObjectNameValue.null=\u017d\u00e1dn\u00fd
com.evolveum.midpoint.notifications.api.transports.MailTransport.send=Send mail (Notifications)
com.evolveum.midpoint.notifications.api.transports.SimpleSmsTransport.send=Send SMS (Notifications)
Expand Down Expand Up @@ -390,7 +390,7 @@ LimitationsEditorDialog.label.schema=Sch\u00e9ma
LimitationsEditorDialog.label=Upravit omezen\u00ed aplikace
LockoutStatusType.LOCKED=Uzam\u010den
LockoutStatusType.NORMAL=Odem\u010den
logger.duplicate=Logger se jm\u00E9nem '{0}' je ji\u017E definov\u00E1n
logger.duplicate=Logger se jm\u00e9nem '{0}' je ji\u017e definovan\u00fd.
logger.emptyLogger=Logger nesm\u00ed b\u00fdt pr\u00e1zdn\u00fd.
LoggingComponentType.ALL=V\u0161e
LoggingComponentType.GUI=Web logger
Expand Down Expand Up @@ -884,7 +884,7 @@ orgUnitAddDeletePopup.button.add=Vlo\u017eit org. jednotku
orgUnitAddDeletePopup.button.cancel=Zru\u0161it
orgUnitAddDeletePopup.button.remove=Smazat org. jednotku
orgUnitAddDeletePopup.column.name=N\u00e1zev
orgUnitAddDeletePopup.title=Vybrat org. jednotku#
orgUnitAddDeletePopup.title=Vybrat org. jednotku
OrgUnitBrowser.cancel=Zru\u0161it
OrgUnitBrowser.createRoot=Vytvo\u0159it jako ko\u0159enovou
OrgUnitBrowser.message.queryError=Chyba p\u0159i p\u0159ekladu vyhled\u00e1vac\u00edho dotazu do filtru.
Expand Down Expand Up @@ -1781,7 +1781,7 @@ prismPropertyPanel.name.credentials.password=Heslo
prismPropertyPanel.required=Povinn\u00fd
prismValuePanel.add=Vlo\u017eit
prismValuePanel.delete=Smazat
prismValuePanel.message.association.attributes=Atributy\:#
prismValuePanel.message.association.attributes=Atributy\:
processInstancePanel.details=Dal\u0161\u00ed informace\:
processInstancePanel.finished=Ukon\u010deno\:
processInstancePanel.message.cantGetDetails=Nemohu z\u00edskat detaily procesu.
Expand All @@ -1792,7 +1792,7 @@ processInstancePanel.started=Spu\u0161t\u011bno\:
processInstancePanel.taskAlreadyRemoved=(byl ji\u017e smaz\u00e1n)
processInstancePanel.tasks=Aktu\u00e1ln\u00ed aktivn\u00ed \u00fakoly\:
processInstancePanel.task=\u00daloha MidPointu\:
processInstancePanel.title.edit=Detaily pro '{0}'#Tue Sep 22 13:49:26 CEST 2015
processInstancePanel.title.edit=Detaily pro '{0}'
ProfilingLevel.ARGUMENTS=Argumenty
ProfilingLevel.ENTRY_EXIT=Vstup/v\u00fdstup
ProfilingLevel.OFF=Vypnut\u00FD
Expand Down Expand Up @@ -2073,7 +2073,7 @@ SearchType.DESCRIPTION=Popis
SearchType.FAMILY_NAME=P\u0159\u00EDjmen\u00ED
SearchType.FULL_NAME=Cel\u00E9 jm\u00E9no
SearchType.GIVEN_NAME=K\u0159estn\u00ED
SearchType.NAME=N\u00E1zev
SearchType.NAME=Jm\u00E9no
ShadowKindType.ACCOUNT=\u00da\u010det
ShadowKindType.ENTITLEMENT=Skupina/Role
ShadowKindType.GENERIC=Obecn\u00fd
Expand Down Expand Up @@ -2253,7 +2253,7 @@ TreeTablePanel.deleteRoot=Smazat ko\u0159en
TreeTablePanel.dialog.title.confirmDelete=Potvrdit smaz\u00e1n\u00ed
TreeTablePanel.editRoot=Upravit ko\u0159en
TreeTablePanel.expandAll=Rozbalit v\u0161e
TreeTablePanel.hierarchy=Hierarchie organizac\u00ed
TreeTablePanel.hierarchy=Organiza\u010dn\u00ed strom
TreeTablePanel.managers=Mana\u017ee\u0159i
TreeTablePanel.members=\u010clenov\u00e9
TreeTablePanel.menu.addManager=Vlo\u017eit mana\u017eera
Expand Down
Expand Up @@ -1095,7 +1095,7 @@ pageSystemConfiguration.system.title=System
PageSystemConfiguration.title=Configuration
PageTaskAdd.title=New task
pageTask.advancedOption=Advanced option
pageTask.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification is not supported for these tasks; you have to specify the time interval.
pageTask.boundHelp=Tightly bound tasks are used to run short actions, which are repeating quite often (e.g. in intervals less than 1 minute). A typical example is the live synchronization. Cron-like specification is not supported for these tasks; you have to specify the time interval.
pageTask.bound=Tightly bound (use if recurring task runs often)
pageTask.browse=Browse
pageTask.button.back=Back
Expand Down

0 comments on commit 64509ae

Please sign in to comment.