diff --git a/pmd-eclipse-ui/plugin_bg.properties b/pmd-eclipse-ui/plugin_bg.properties new file mode 100644 index 0000000000..7a775aee74 Binary files /dev/null and b/pmd-eclipse-ui/plugin_bg.properties differ diff --git a/pmd-eclipse-ui/plugin_it.properties b/pmd-eclipse-ui/plugin_it.properties new file mode 100644 index 0000000000..6b01bd2d33 --- /dev/null +++ b/pmd-eclipse-ui/plugin_it.properties @@ -0,0 +1,34 @@ +# PMD Eclipse Plugin externalized strings + +plugin.name = PMD UI Plugin +plugin.provider = PMD Team + +preferences.pmd = PMD +preferences.rulesets = Configurazione dei ruoli +preferences.cpd = Preferenze di CPD +properties.pmd = PMD + +marker.pmd = PMD Marker +marker.task = PMD Task Marker +marker.dfa = PMD DFA Marker + +builder.name = PMD Builder +nature.name = Natura di PMD + +menu.pmd = PMD +action.checkcpd = Trova sospetto copia ed incolla +action.checkpmd = Controlla il codice con PMD +action.clearpmd = Svuota violazioni di PMD +action.clearall = Svuota tutte le violazioni di PMD +action.ast = Genera albero sintattico astratto +action.clearreviews = Svuota le violazioni di review +action.generatereport = Genera report +action.showdataflow = Mostra il dataflow del metodo + +view.category = PMD +view.perspective = PMD +view.violation = Violazioni di PMD +view.outline = Violazioni dell'outline +view.overview = Violazioni dell'overview +view.dataflowview = Vedi Dataflow +view.cpdview = Vedi CPD diff --git a/pmd-eclipse-ui/plugin_ru.properties b/pmd-eclipse-ui/plugin_ru.properties new file mode 100644 index 0000000000..469a7dd63f Binary files /dev/null and b/pmd-eclipse-ui/plugin_ru.properties differ diff --git a/pmd-eclipse-ui/plugin_tr.properties b/pmd-eclipse-ui/plugin_tr.properties new file mode 100644 index 0000000000..84444db550 --- /dev/null +++ b/pmd-eclipse-ui/plugin_tr.properties @@ -0,0 +1,34 @@ +# PMD Eclipse Plugin externalized strings + +plugin.name = PMD UI Plugin +plugin.provider = PMD Takımı + +preferences.pmd = PMD +preferences.rulesets = kural ayarları +preferences.cpd = CPD tercihleri +properties.pmd = PMD + +marker.pmd = PMD işaretleyicisi +marker.task = PMD görev işaretleyicisi +marker.dfa = PMD DFA işaretleyicisi + +builder.name = PMD kurucusu +nature.name = PMD ortami + +menu.pmd = PMD +action.checkcpd = şüpeliyi bul kes ve kopyala +action.checkpmd = PMD ile kodu konrol et +action.clearpmd = PMD ihlallerini temizle +action.clearall = Tüm PMD ihlallerini temizle +action.ast = Soyut sentaks ağacını yarat +action.clearreviews = ihlal temizleme incelemesi +action.generatereport = Raporları yarat +action.showdataflow = Metod veri akışını göster + +view.category = PMD +view.perspective = PMD +view.violation = PMD ihlalleri +view.outline = İhlal taslağı +view.overview = İhlallerin genel açıklaması +view.dataflowview = Veri akışı görüntüsü +view.cpdview = CPD görüntüsü