From d99e3a09271c1a999561364558012dfdec351e61 Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Mon, 13 Feb 2012 12:40:49 -0800 Subject: [PATCH 1/2] Code cleanup: removed trailing ?> markers per code standard. All cms module except lang directory. --- code/controllers/AssetAdmin.php | 2 +- code/controllers/NestedController.php | 1 - code/controllers/ReportAdmin.php | 1 - code/controllers/SilverStripeNavigator.php | 1 - code/controllers/StaticExporter.php | 1 - code/forms/AssetTableField.php | 2 +- code/forms/FileList.php | 1 - code/forms/ThumbnailStripField.php | 1 - code/model/CurrentPageIdentifier.php | 1 - code/model/ErrorPage.php | 2 +- code/model/VirtualPage.php | 2 +- code/reports/Report.php | 2 +- code/search/AdvancedSearchForm.php | 1 - code/search/SearchForm.php | 2 +- code/staticpublisher/FilesystemPublisher.php | 1 - code/staticpublisher/StaticPublisher.php | 1 - code/widgets/Widget.php | 1 - code/widgets/WidgetArea.php | 1 - tasks/RemoveOrphanedPagesTask.php | 1 - tasks/SiteTreeMaintenanceTask.php | 1 - tasks/UpgradeSiteTreePermissionSchemaTask.php | 1 - tests/model/ErrorPageTest.php | 1 - tests/model/FileLinkTrackingTest.php | 2 +- tests/model/SiteConfigTest.php | 1 - tests/model/SiteTreeBacklinksTest.php | 2 +- tests/model/SiteTreeBrokenLinksTest.php | 1 - tests/model/SiteTreePermissionsTest.php | 1 - tests/search/SearchFormTest.php | 1 - tests/tasks/RemoveOrphanedPagesTaskTest.php | 1 - tests/widgets/WidgetControllerTest.php | 1 - 30 files changed, 8 insertions(+), 30 deletions(-) diff --git a/code/controllers/AssetAdmin.php b/code/controllers/AssetAdmin.php index bc622de8..7d4ef041 100644 --- a/code/controllers/AssetAdmin.php +++ b/code/controllers/AssetAdmin.php @@ -323,4 +323,4 @@ class AssetAdmin_DeleteBatchAction extends CMSBatchAction { return Convert::raw2json($status); } } -?> + diff --git a/code/controllers/NestedController.php b/code/controllers/NestedController.php index 8930638e..2dc4aa83 100644 --- a/code/controllers/NestedController.php +++ b/code/controllers/NestedController.php @@ -11,4 +11,3 @@ interface NestedController { } -?> \ No newline at end of file diff --git a/code/controllers/ReportAdmin.php b/code/controllers/ReportAdmin.php index a1c26ae6..1d13c849 100644 --- a/code/controllers/ReportAdmin.php +++ b/code/controllers/ReportAdmin.php @@ -99,4 +99,3 @@ class ReportAdmin extends LeftAndMain { } } -?> \ No newline at end of file diff --git a/code/controllers/SilverStripeNavigator.php b/code/controllers/SilverStripeNavigator.php index 030d453c..1c3acb45 100644 --- a/code/controllers/SilverStripeNavigator.php +++ b/code/controllers/SilverStripeNavigator.php @@ -343,4 +343,3 @@ class SilverStripeNavigatorItem_ArchiveLink extends SilverStripeNavigatorItem { } } -?> \ No newline at end of file diff --git a/code/controllers/StaticExporter.php b/code/controllers/StaticExporter.php index 79890a7d..1dbb8dd6 100644 --- a/code/controllers/StaticExporter.php +++ b/code/controllers/StaticExporter.php @@ -112,4 +112,3 @@ class StaticExporter extends Controller { } -?> \ No newline at end of file diff --git a/code/forms/AssetTableField.php b/code/forms/AssetTableField.php index 02e406d0..6856d70a 100644 --- a/code/forms/AssetTableField.php +++ b/code/forms/AssetTableField.php @@ -360,4 +360,4 @@ class AssetTableField extends ComplexTableField { } } -?> + diff --git a/code/forms/FileList.php b/code/forms/FileList.php index 37aa69f7..1c42fa0e 100644 --- a/code/forms/FileList.php +++ b/code/forms/FileList.php @@ -18,4 +18,3 @@ class FileList extends TableListField { } } -?> \ No newline at end of file diff --git a/code/forms/ThumbnailStripField.php b/code/forms/ThumbnailStripField.php index d4f560c7..1b5b4b42 100644 --- a/code/forms/ThumbnailStripField.php +++ b/code/forms/ThumbnailStripField.php @@ -192,4 +192,3 @@ HTML; } } -?> \ No newline at end of file diff --git a/code/model/CurrentPageIdentifier.php b/code/model/CurrentPageIdentifier.php index 1a0fe1c2..215a28a8 100644 --- a/code/model/CurrentPageIdentifier.php +++ b/code/model/CurrentPageIdentifier.php @@ -19,4 +19,3 @@ interface CurrentPageIdentifier { function isCurrentPage(DataObject $page); } -?> \ No newline at end of file diff --git a/code/model/ErrorPage.php b/code/model/ErrorPage.php index ff9a08a1..33aecfc8 100644 --- a/code/model/ErrorPage.php +++ b/code/model/ErrorPage.php @@ -281,4 +281,4 @@ class ErrorPage_Controller extends Page_Controller { } -?> + diff --git a/code/model/VirtualPage.php b/code/model/VirtualPage.php index 1f563e14..6e1131f2 100644 --- a/code/model/VirtualPage.php +++ b/code/model/VirtualPage.php @@ -483,4 +483,4 @@ class VirtualPage_Controller extends Page_Controller { } } -?> + diff --git a/code/reports/Report.php b/code/reports/Report.php index ed466c85..3592869f 100644 --- a/code/reports/Report.php +++ b/code/reports/Report.php @@ -517,4 +517,4 @@ abstract class SS_ReportWrapper extends SS_Report { } -?> + diff --git a/code/search/AdvancedSearchForm.php b/code/search/AdvancedSearchForm.php index faa473ed..2759a46e 100644 --- a/code/search/AdvancedSearchForm.php +++ b/code/search/AdvancedSearchForm.php @@ -134,4 +134,3 @@ class AdvancedSearchForm extends SearchForm { } -?> \ No newline at end of file diff --git a/code/search/SearchForm.php b/code/search/SearchForm.php index d42b40db..1b91f28b 100644 --- a/code/search/SearchForm.php +++ b/code/search/SearchForm.php @@ -193,4 +193,4 @@ class SearchForm extends Form { } -?> + diff --git a/code/staticpublisher/FilesystemPublisher.php b/code/staticpublisher/FilesystemPublisher.php index 68a17705..2f1809f9 100644 --- a/code/staticpublisher/FilesystemPublisher.php +++ b/code/staticpublisher/FilesystemPublisher.php @@ -320,4 +320,3 @@ class FilesystemPublisher extends StaticPublisher { } -?> \ No newline at end of file diff --git a/code/staticpublisher/StaticPublisher.php b/code/staticpublisher/StaticPublisher.php index b557bf47..64315340 100644 --- a/code/staticpublisher/StaticPublisher.php +++ b/code/staticpublisher/StaticPublisher.php @@ -154,4 +154,3 @@ abstract class StaticPublisher extends DataExtension { } } -?> \ No newline at end of file diff --git a/code/widgets/Widget.php b/code/widgets/Widget.php index 6d632bc7..e564b6f0 100644 --- a/code/widgets/Widget.php +++ b/code/widgets/Widget.php @@ -230,4 +230,3 @@ class Widget_TreeDropdownField extends TreeDropdownField { function Field() {} } -?> \ No newline at end of file diff --git a/code/widgets/WidgetArea.php b/code/widgets/WidgetArea.php index 89b34253..a3f1d9ea 100644 --- a/code/widgets/WidgetArea.php +++ b/code/widgets/WidgetArea.php @@ -70,4 +70,3 @@ class WidgetArea extends DataObject { } } -?> \ No newline at end of file diff --git a/tasks/RemoveOrphanedPagesTask.php b/tasks/RemoveOrphanedPagesTask.php index 848900bc..5790032b 100644 --- a/tasks/RemoveOrphanedPagesTask.php +++ b/tasks/RemoveOrphanedPagesTask.php @@ -346,4 +346,3 @@ in the other stage:
return $orphans; } } -?> \ No newline at end of file diff --git a/tasks/SiteTreeMaintenanceTask.php b/tasks/SiteTreeMaintenanceTask.php index 4ffd4644..5753c313 100644 --- a/tasks/SiteTreeMaintenanceTask.php +++ b/tasks/SiteTreeMaintenanceTask.php @@ -26,4 +26,3 @@ class SiteTreeMaintenanceTask extends Controller { } } } -?> \ No newline at end of file diff --git a/tasks/UpgradeSiteTreePermissionSchemaTask.php b/tasks/UpgradeSiteTreePermissionSchemaTask.php index 3e024b1a..192f59ff 100644 --- a/tasks/UpgradeSiteTreePermissionSchemaTask.php +++ b/tasks/UpgradeSiteTreePermissionSchemaTask.php @@ -48,4 +48,3 @@ class UpgradeSiteTreePermissionSchemaTask extends BuildTask { } } } -?> \ No newline at end of file diff --git a/tests/model/ErrorPageTest.php b/tests/model/ErrorPageTest.php index c4a6c097..c25c80aa 100644 --- a/tests/model/ErrorPageTest.php +++ b/tests/model/ErrorPageTest.php @@ -61,4 +61,3 @@ class ErrorPageTest extends FunctionalTest { } } -?> \ No newline at end of file diff --git a/tests/model/FileLinkTrackingTest.php b/tests/model/FileLinkTrackingTest.php index f0357dd9..2386ba6f 100644 --- a/tests/model/FileLinkTrackingTest.php +++ b/tests/model/FileLinkTrackingTest.php @@ -111,4 +111,4 @@ class FileLinkTrackingTest extends SapphireTest { } } -?> + diff --git a/tests/model/SiteConfigTest.php b/tests/model/SiteConfigTest.php index 25858694..3bf10f1b 100644 --- a/tests/model/SiteConfigTest.php +++ b/tests/model/SiteConfigTest.php @@ -36,4 +36,3 @@ class SiteConfigTest extends SapphireTest { } } -?> \ No newline at end of file diff --git a/tests/model/SiteTreeBacklinksTest.php b/tests/model/SiteTreeBacklinksTest.php index 8eb72b6a..69c3a1d9 100644 --- a/tests/model/SiteTreeBacklinksTest.php +++ b/tests/model/SiteTreeBacklinksTest.php @@ -255,4 +255,4 @@ class SiteTreeBacklinksTest_DOD extends DataExtension implements TestOnly { $fields->addFieldToTab("Root.Content", new HTMLEditorField("ExtraContent")); } } -?> + diff --git a/tests/model/SiteTreeBrokenLinksTest.php b/tests/model/SiteTreeBrokenLinksTest.php index 45cd73c5..34a26add 100644 --- a/tests/model/SiteTreeBrokenLinksTest.php +++ b/tests/model/SiteTreeBrokenLinksTest.php @@ -310,4 +310,3 @@ class SiteTreeBrokenLinksTest extends SapphireTest { } } -?> \ No newline at end of file diff --git a/tests/model/SiteTreePermissionsTest.php b/tests/model/SiteTreePermissionsTest.php index 1cac6862..a2c19836 100644 --- a/tests/model/SiteTreePermissionsTest.php +++ b/tests/model/SiteTreePermissionsTest.php @@ -441,4 +441,3 @@ class SiteTreePermissionsTest extends FunctionalTest { } } -?> \ No newline at end of file diff --git a/tests/search/SearchFormTest.php b/tests/search/SearchFormTest.php index 75c970e8..481e1bb4 100644 --- a/tests/search/SearchFormTest.php +++ b/tests/search/SearchFormTest.php @@ -214,4 +214,3 @@ class ZZZSearchFormTest extends FunctionalTest { ); } } -?> \ No newline at end of file diff --git a/tests/tasks/RemoveOrphanedPagesTaskTest.php b/tests/tasks/RemoveOrphanedPagesTaskTest.php index f608ed28..8f30c282 100644 --- a/tests/tasks/RemoveOrphanedPagesTaskTest.php +++ b/tests/tasks/RemoveOrphanedPagesTaskTest.php @@ -102,4 +102,3 @@ class RemoveOrphanedPagesTaskTest extends FunctionalTest { } } -?> \ No newline at end of file diff --git a/tests/widgets/WidgetControllerTest.php b/tests/widgets/WidgetControllerTest.php index 3d2b03fc..a254cb95 100644 --- a/tests/widgets/WidgetControllerTest.php +++ b/tests/widgets/WidgetControllerTest.php @@ -86,4 +86,3 @@ class WidgetControllerTest_Widget_Controller extends Widget_Controller implement ); } } -?> \ No newline at end of file From f22f1201de23b4e31b9af587a15f90b938db3eaa Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Mon, 13 Feb 2012 12:47:58 -0800 Subject: [PATCH 2/2] Code cleanup: removed trailing ?> markers per code standard. lang directory only --- lang/ar_SA.php | 1 - lang/bg_BG.php | 1 - lang/ca_AD.php | 1 - lang/cs_CZ.php | 1 - lang/da_DK.php | 1 - lang/de_DE.php | 1 - lang/en_GB.php | 1 - lang/eo_XX.php | 1 - lang/es_419.php | 1 - lang/es_AR.php | 1 - lang/es_ES.php | 1 - lang/es_MX.php | 1 - lang/et_EE.php | 1 - lang/fi_FI.php | 1 - lang/fr_FR.php | 1 - lang/he_IL.php | 1 - lang/hr_HR.php | 1 - lang/hu_HU.php | 1 - lang/id_ID.php | 1 - lang/it_IT.php | 1 - lang/ja_JP.php | 1 - lang/lc_XX.php | 1 - lang/lt_LT.php | 1 - lang/lv_LV.php | 1 - lang/ms_MY.php | 1 - lang/nb_NO.php | 1 - lang/ne_NP.php | 1 - lang/nl_NL.php | 1 - lang/pl_PL.php | 1 - lang/pt_BR.php | 1 - lang/pt_PT.php | 1 - lang/ru_RU.php | 1 - lang/si_LK.php | 1 - lang/sk_SK.php | 1 - lang/sr_RS.php | 1 - lang/sv_SE.php | 1 - lang/tr_TR.php | 1 - lang/zh_CN.php | 1 - lang/zh_TW.php | 1 - 39 files changed, 39 deletions(-) diff --git a/lang/ar_SA.php b/lang/ar_SA.php index c5bd73d0..34b9a99c 100644 --- a/lang/ar_SA.php +++ b/lang/ar_SA.php @@ -435,4 +435,3 @@ $lang['ar_SA']['WidgetAreaEditor.ss']['NOAVAIL'] = 'حالياً لا يوجد W $lang['ar_SA']['WidgetAreaEditor.ss']['TOADD'] = 'لإضافة Widgets, قم بإدراجها من القائمة اليسرى إلى هنا'; $lang['ar_SA']['WidgetEditor.ss']['DELETE'] = 'حذف'; -?> \ No newline at end of file diff --git a/lang/bg_BG.php b/lang/bg_BG.php index 5b707824..746e94c2 100644 --- a/lang/bg_BG.php +++ b/lang/bg_BG.php @@ -342,4 +342,3 @@ $lang['bg_BG']['WidgetAreaEditor.ss']['NOAVAIL'] = 'В момента няма $lang['bg_BG']['WidgetAreaEditor.ss']['TOADD'] = 'За да добавите widgets, плъзнете ги от лявата страна тук.'; $lang['bg_BG']['WidgetEditor.ss']['DELETE'] = 'Изтрий'; -?> \ No newline at end of file diff --git a/lang/ca_AD.php b/lang/ca_AD.php index 15385a23..8da81a21 100644 --- a/lang/ca_AD.php +++ b/lang/ca_AD.php @@ -393,4 +393,3 @@ $lang['ca_AD']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Actualment no hi ha ginys di $lang['ca_AD']['WidgetAreaEditor.ss']['TOADD'] = 'Per a afegir ginys, arrossegueu-los des de l\'esquerra a aquí.'; $lang['ca_AD']['WidgetEditor.ss']['DELETE'] = 'Suprimeix'; -?> \ No newline at end of file diff --git a/lang/cs_CZ.php b/lang/cs_CZ.php index f81c9bf6..52be59f2 100644 --- a/lang/cs_CZ.php +++ b/lang/cs_CZ.php @@ -514,4 +514,3 @@ $lang['cs_CZ']['WidgetAreaEditor.ss']['TOSORT'] = 'Pro pořadí právě použív $lang['cs_CZ']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'Klikněte k přidání tohoto widgetu'; $lang['cs_CZ']['WidgetEditor.ss']['DELETE'] = 'Odstranit'; -?> \ No newline at end of file diff --git a/lang/da_DK.php b/lang/da_DK.php index fb7a34b3..b0c25dbf 100644 --- a/lang/da_DK.php +++ b/lang/da_DK.php @@ -445,4 +445,3 @@ $lang['da_DK']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Der er ingen widgets tilgæn $lang['da_DK']['WidgetAreaEditor.ss']['TOADD'] = 'Træk en Widget til dette areal for at tilføje den'; $lang['da_DK']['WidgetEditor.ss']['DELETE'] = 'Slet'; -?> \ No newline at end of file diff --git a/lang/de_DE.php b/lang/de_DE.php index 5e49ed03..62c08f98 100644 --- a/lang/de_DE.php +++ b/lang/de_DE.php @@ -536,4 +536,3 @@ $lang['de_DE']['WidgetAreaEditor.ss']['TOSORT'] = 'Bereits eingebundene Widgets $lang['de_DE']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'Klick Sie hier um das Widget hinzuzufünge'; $lang['de_DE']['WidgetEditor.ss']['DELETE'] = 'Gelöscht'; -?> \ No newline at end of file diff --git a/lang/en_GB.php b/lang/en_GB.php index 225aca1b..b0b94df6 100644 --- a/lang/en_GB.php +++ b/lang/en_GB.php @@ -405,4 +405,3 @@ $lang['en_GB']['WidgetAreaEditor.ss']['NOAVAIL'] = 'There are currently no widge $lang['en_GB']['WidgetAreaEditor.ss']['TOADD'] = 'To add widgets, drag them from the left area to here.'; $lang['en_GB']['WidgetEditor.ss']['DELETE'] = 'Delete'; -?> \ No newline at end of file diff --git a/lang/eo_XX.php b/lang/eo_XX.php index 4c9b0d1b..5a52816b 100644 --- a/lang/eo_XX.php +++ b/lang/eo_XX.php @@ -536,4 +536,3 @@ $lang['eo_XX']['WidgetAreaEditor.ss']['TOSORT'] = 'Por ordigi aktuale uzatajn fe $lang['eo_XX']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'Alklaku por aldoni ĉi tiun fenestraĵon'; $lang['eo_XX']['WidgetEditor.ss']['DELETE'] = 'Forigi'; -?> \ No newline at end of file diff --git a/lang/es_419.php b/lang/es_419.php index f6ec0d40..588ffe62 100644 --- a/lang/es_419.php +++ b/lang/es_419.php @@ -17,4 +17,3 @@ if(array_key_exists('es_', $lang) && is_array($lang['es_'])) { } -?> \ No newline at end of file diff --git a/lang/es_AR.php b/lang/es_AR.php index f28f93c9..1f86290f 100644 --- a/lang/es_AR.php +++ b/lang/es_AR.php @@ -403,4 +403,3 @@ $lang['es_AR']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Actualmente no disponemos de $lang['es_AR']['WidgetAreaEditor.ss']['TOADD'] = 'Para agregar widgets, arrastre a ellos desde la izquierda a este sector.'; $lang['es_AR']['WidgetEditor.ss']['DELETE'] = 'Eliminar'; -?> \ No newline at end of file diff --git a/lang/es_ES.php b/lang/es_ES.php index 28a0c38c..a197b3b2 100644 --- a/lang/es_ES.php +++ b/lang/es_ES.php @@ -403,4 +403,3 @@ $lang['es_ES']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Actualmente no hay widgets/a $lang['es_ES']['WidgetAreaEditor.ss']['TOADD'] = 'Para añadir widgets/aplicaciones, arrástrelas desde el área de la izquierda hasta aquí.'; $lang['es_ES']['WidgetEditor.ss']['DELETE'] = 'Borrar'; -?> \ No newline at end of file diff --git a/lang/es_MX.php b/lang/es_MX.php index d1717f47..eae3756f 100644 --- a/lang/es_MX.php +++ b/lang/es_MX.php @@ -403,4 +403,3 @@ $lang['es_MX']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Actualmente no disponemos de $lang['es_MX']['WidgetAreaEditor.ss']['TOADD'] = 'Para agregar reproductores, arrástralo del área izquierda hasta aquí.'; $lang['es_MX']['WidgetEditor.ss']['DELETE'] = 'Eliminar'; -?> \ No newline at end of file diff --git a/lang/et_EE.php b/lang/et_EE.php index 5511eb9d..1f9352a1 100644 --- a/lang/et_EE.php +++ b/lang/et_EE.php @@ -403,4 +403,3 @@ $lang['et_EE']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Ühtegi vidinat ei ole antud $lang['et_EE']['WidgetAreaEditor.ss']['TOADD'] = 'Vidinate lisamiseks lohista need vasakust lahtrist siia.'; $lang['et_EE']['WidgetEditor.ss']['DELETE'] = 'Kustuta'; -?> \ No newline at end of file diff --git a/lang/fi_FI.php b/lang/fi_FI.php index 05c285f3..667a6794 100644 --- a/lang/fi_FI.php +++ b/lang/fi_FI.php @@ -351,4 +351,3 @@ $lang['fi_FI']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Widgettejä ei tällä hetke $lang['fi_FI']['WidgetAreaEditor.ss']['TOADD'] = 'Lisätäksesi widgettejä vedä ne vasemmalta alueelta tähän.'; $lang['fi_FI']['WidgetEditor.ss']['DELETE'] = 'Poista'; -?> \ No newline at end of file diff --git a/lang/fr_FR.php b/lang/fr_FR.php index 6d35da65..5b2850be 100644 --- a/lang/fr_FR.php +++ b/lang/fr_FR.php @@ -403,4 +403,3 @@ $lang['fr_FR']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Actuellement aucun gadget di $lang['fr_FR']['WidgetAreaEditor.ss']['TOADD'] = 'Pour ajouter un gadget, effectuez un glisser-déposer de la zone de gauche à ici.'; $lang['fr_FR']['WidgetEditor.ss']['DELETE'] = 'Supprimer'; -?> \ No newline at end of file diff --git a/lang/he_IL.php b/lang/he_IL.php index 76189ca2..d83213ae 100644 --- a/lang/he_IL.php +++ b/lang/he_IL.php @@ -406,4 +406,3 @@ $lang['he_IL']['WidgetAreaEditor.ss']['NOAVAIL'] = 'לא קיימים וויג\' $lang['he_IL']['WidgetAreaEditor.ss']['TOADD'] = 'על מנת להוסיף וויג\'טים, יש לגרור אותם מהעמודה מימין לכאן'; $lang['he_IL']['WidgetEditor.ss']['DELETE'] = 'מחק'; -?> \ No newline at end of file diff --git a/lang/hr_HR.php b/lang/hr_HR.php index 206bdb9c..d8f756a2 100644 --- a/lang/hr_HR.php +++ b/lang/hr_HR.php @@ -237,4 +237,3 @@ $lang['hr_HR']['ViewArchivedEmail.ss']['CANACCESS'] = 'Na slijedećem linku mož $lang['hr_HR']['ViewArchivedEmail.ss']['HAVEASKED'] = 'Zatražili ste sadržaj naše stranice '; $lang['hr_HR']['WaitingOn.ss']['ATO'] = 'dodijeljeno '; -?> \ No newline at end of file diff --git a/lang/hu_HU.php b/lang/hu_HU.php index 8c062df7..184f6434 100644 --- a/lang/hu_HU.php +++ b/lang/hu_HU.php @@ -396,4 +396,3 @@ $lang['hu_HU']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Nincs elérhető eszköz.'; $lang['hu_HU']['WidgetAreaEditor.ss']['TOADD'] = 'Eszközök hozzáadásához húzza őket ide a bal oldalról.'; $lang['hu_HU']['WidgetEditor.ss']['DELETE'] = 'Törlés'; -?> \ No newline at end of file diff --git a/lang/id_ID.php b/lang/id_ID.php index bfbcfe60..e01bd479 100644 --- a/lang/id_ID.php +++ b/lang/id_ID.php @@ -399,4 +399,3 @@ $lang['id_ID']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Tidak ada widget yang tersed $lang['id_ID']['WidgetAreaEditor.ss']['TOADD'] = 'Untuk menambah widget, tarik dari bagian di kiri ke sini.'; $lang['id_ID']['WidgetEditor.ss']['DELETE'] = 'Hapus'; -?> \ No newline at end of file diff --git a/lang/it_IT.php b/lang/it_IT.php index 6e3ff997..5a5e6e89 100644 --- a/lang/it_IT.php +++ b/lang/it_IT.php @@ -434,4 +434,3 @@ $lang['it_IT']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Non ci sono widgets disponib $lang['it_IT']['WidgetAreaEditor.ss']['TOADD'] = 'Per aggiungere dei widgets, trascinarli dall\'area di sinistra fin qui.'; $lang['it_IT']['WidgetEditor.ss']['DELETE'] = 'Cancella'; -?> \ No newline at end of file diff --git a/lang/ja_JP.php b/lang/ja_JP.php index ecafb32c..6cfc8e70 100644 --- a/lang/ja_JP.php +++ b/lang/ja_JP.php @@ -413,4 +413,3 @@ $lang['ja_JP']['WidgetAreaEditor.ss']['TOADD'] = 'ウィジェットを加える $lang['ja_JP']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'ウィジェットを追加する'; $lang['ja_JP']['WidgetEditor.ss']['DELETE'] = '削除'; -?> \ No newline at end of file diff --git a/lang/lc_XX.php b/lang/lc_XX.php index ddfeaffc..18563e39 100644 --- a/lang/lc_XX.php +++ b/lang/lc_XX.php @@ -229,4 +229,3 @@ $lang['lc_XX']['ViewArchivedEmail.ss']['CANACCESS'] = 'U CAN ACCES TEH ARCHIVD S $lang['lc_XX']['ViewArchivedEmail.ss']['HAVEASKED'] = 'YOUZ HAVE ASKED 2 VIEW TEH CONTENT OV OUR SITE ON'; $lang['lc_XX']['WaitingOn.ss']['ATO'] = 'ASSIGND 2'; -?> \ No newline at end of file diff --git a/lang/lt_LT.php b/lang/lt_LT.php index 05fed085..8601b805 100644 --- a/lang/lt_LT.php +++ b/lang/lt_LT.php @@ -432,4 +432,3 @@ $lang['lt_LT']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Nėra galimų widgets'; $lang['lt_LT']['WidgetAreaEditor.ss']['TOADD'] = 'Norėdami pridėti widgets, tempkite juos iš kairės pusės į čia.'; $lang['lt_LT']['WidgetEditor.ss']['DELETE'] = 'Ištrinti'; -?> \ No newline at end of file diff --git a/lang/lv_LV.php b/lang/lv_LV.php index 4f3fed4a..354abfb5 100644 --- a/lang/lv_LV.php +++ b/lang/lv_LV.php @@ -536,4 +536,3 @@ $lang['lv_LV']['WidgetAreaEditor.ss']['TOSORT'] = 'Lai sakārtotu šajā lapā $lang['lv_LV']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'Klikšķiniet, lai pievienotu logrīku'; $lang['lv_LV']['WidgetEditor.ss']['DELETE'] = 'Dzēst'; -?> \ No newline at end of file diff --git a/lang/ms_MY.php b/lang/ms_MY.php index 10e4e200..2607ceac 100644 --- a/lang/ms_MY.php +++ b/lang/ms_MY.php @@ -315,4 +315,3 @@ $lang['ms_MY']['ViewArchivedEmail.ss']['CANACCESS'] = 'Lihat laman yang telah di $lang['ms_MY']['ViewArchivedEmail.ss']['HAVEASKED'] = 'Anda berhajat untuk melihat kandungan laman kami pada'; $lang['ms_MY']['WaitingOn.ss']['ATO'] = 'ditugaskan kepada'; -?> \ No newline at end of file diff --git a/lang/nb_NO.php b/lang/nb_NO.php index dfc8cac2..7b5e326e 100644 --- a/lang/nb_NO.php +++ b/lang/nb_NO.php @@ -403,4 +403,3 @@ $lang['nb_NO']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Det er ingen tilgjengelige w $lang['nb_NO']['WidgetAreaEditor.ss']['TOADD'] = 'For å legge til widgets, dra fra venstre område hit.'; $lang['nb_NO']['WidgetEditor.ss']['DELETE'] = 'Slett'; -?> \ No newline at end of file diff --git a/lang/ne_NP.php b/lang/ne_NP.php index 84f9a5f0..4e359b06 100644 --- a/lang/ne_NP.php +++ b/lang/ne_NP.php @@ -219,4 +219,3 @@ $lang['ne_NP']['ViewArchivedEmail.ss']['CANACCESS'] = 'तपाईंले arc $lang['ne_NP']['ViewArchivedEmail.ss']['HAVEASKED'] = 'तपाईंले हाम्रो साइटको सामाग्री यसमा हेन खोजनु भयो'; $lang['ne_NP']['WaitingOn.ss']['ATO'] = 'यस्लाई गराइएको '; -?> \ No newline at end of file diff --git a/lang/nl_NL.php b/lang/nl_NL.php index 1b765a9a..d709d5ac 100644 --- a/lang/nl_NL.php +++ b/lang/nl_NL.php @@ -432,4 +432,3 @@ $lang['nl_NL']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Er zijn momenteel geen widge $lang['nl_NL']['WidgetAreaEditor.ss']['TOADD'] = 'Om widgets toe te voegen, sleep ze van de linkerkant naar hier.'; $lang['nl_NL']['WidgetEditor.ss']['DELETE'] = 'Verwijder'; -?> \ No newline at end of file diff --git a/lang/pl_PL.php b/lang/pl_PL.php index ffc511fd..82351354 100644 --- a/lang/pl_PL.php +++ b/lang/pl_PL.php @@ -503,4 +503,3 @@ $lang['pl_PL']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Aktualnie nie są dostępne $lang['pl_PL']['WidgetAreaEditor.ss']['TOADD'] = 'Aby dodać widgety, przeciągnij je z lewej strony tutaj'; $lang['pl_PL']['WidgetEditor.ss']['DELETE'] = 'Usuń'; -?> \ No newline at end of file diff --git a/lang/pt_BR.php b/lang/pt_BR.php index 95eeee3d..66f9638b 100644 --- a/lang/pt_BR.php +++ b/lang/pt_BR.php @@ -403,4 +403,3 @@ $lang['pt_BR']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Não existe widgets disponí $lang['pt_BR']['WidgetAreaEditor.ss']['TOADD'] = 'Para adicionar widgets, arraste-os da área esquerda para esta local.'; $lang['pt_BR']['WidgetEditor.ss']['DELETE'] = 'Excluir'; -?> \ No newline at end of file diff --git a/lang/pt_PT.php b/lang/pt_PT.php index a814452b..01b48353 100644 --- a/lang/pt_PT.php +++ b/lang/pt_PT.php @@ -313,4 +313,3 @@ $lang['pt_PT']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Não existem widgets dispon $lang['pt_PT']['WidgetAreaEditor.ss']['TOADD'] = 'Para adicionar widgets, arraste-os para aqui.'; $lang['pt_PT']['WidgetEditor.ss']['DELETE'] = 'Apagar'; -?> \ No newline at end of file diff --git a/lang/ru_RU.php b/lang/ru_RU.php index 44017398..ad351312 100644 --- a/lang/ru_RU.php +++ b/lang/ru_RU.php @@ -418,4 +418,3 @@ $lang['ru_RU']['WidgetAreaEditor.ss']['NOAVAIL'] = 'В данный момент $lang['ru_RU']['WidgetAreaEditor.ss']['TOADD'] = 'Для добавления виджетов перетащите их сюда слева.'; $lang['ru_RU']['WidgetEditor.ss']['DELETE'] = 'Удалить'; -?> \ No newline at end of file diff --git a/lang/si_LK.php b/lang/si_LK.php index 7c1d7538..ac556ebf 100644 --- a/lang/si_LK.php +++ b/lang/si_LK.php @@ -312,4 +312,3 @@ $lang['si_LK']['WidgetAreaEditor.ss']['NOAVAIL'] = 'මෙම මොහොතේ $lang['si_LK']['WidgetAreaEditor.ss']['TOADD'] = 'විජට්ස් එක් කිරීමට වම් කොටසින් මෙතනට drag කරන්න'; $lang['si_LK']['WidgetEditor.ss']['DELETE'] = 'මකන්න'; -?> \ No newline at end of file diff --git a/lang/sk_SK.php b/lang/sk_SK.php index b002946b..142a5455 100644 --- a/lang/sk_SK.php +++ b/lang/sk_SK.php @@ -530,4 +530,3 @@ $lang['sk_SK']['WidgetAreaEditor.ss']['TOSORT'] = 'Pre usporiadanie momentálne $lang['sk_SK']['WidgetDescription.ss']['CLICKTOADDWIDGET'] = 'Stlačťe pre pridanie pomôcky'; $lang['sk_SK']['WidgetEditor.ss']['DELETE'] = 'Vymazať'; -?> \ No newline at end of file diff --git a/lang/sr_RS.php b/lang/sr_RS.php index a71ca9f9..bdb22e16 100644 --- a/lang/sr_RS.php +++ b/lang/sr_RS.php @@ -319,4 +319,3 @@ $lang['sr_RS']['WidgetAreaEditor.ss']['INUSE'] = 'Виџети који се т $lang['sr_RS']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Тренутно нема доступних виџета.'; $lang['sr_RS']['WidgetEditor.ss']['DELETE'] = 'Обриши'; -?> \ No newline at end of file diff --git a/lang/sv_SE.php b/lang/sv_SE.php index df591364..ff54167c 100644 --- a/lang/sv_SE.php +++ b/lang/sv_SE.php @@ -431,4 +431,3 @@ $lang['sv_SE']['WidgetAreaEditor.ss']['NOAVAIL'] = 'För närvarande finns inga $lang['sv_SE']['WidgetAreaEditor.ss']['TOADD'] = 'För att lägga till widgets, dra dem hit från fältet till vänster.'; $lang['sv_SE']['WidgetEditor.ss']['DELETE'] = 'Ta bort'; -?> \ No newline at end of file diff --git a/lang/tr_TR.php b/lang/tr_TR.php index 3d4e8956..982ab68a 100644 --- a/lang/tr_TR.php +++ b/lang/tr_TR.php @@ -403,4 +403,3 @@ $lang['tr_TR']['WidgetAreaEditor.ss']['NOAVAIL'] = 'Şu anda herhangi bir widget $lang['tr_TR']['WidgetAreaEditor.ss']['TOADD'] = 'Widget ları eklemek için, sol taraftan bu alana sürükleyiniz'; $lang['tr_TR']['WidgetEditor.ss']['DELETE'] = 'Sil'; -?> \ No newline at end of file diff --git a/lang/zh_CN.php b/lang/zh_CN.php index 53a918ba..0dfc7c76 100644 --- a/lang/zh_CN.php +++ b/lang/zh_CN.php @@ -282,4 +282,3 @@ $lang['zh_CN']['ViewArchivedEmail.ss']['CANACCESS'] = '您可通过这个链接 $lang['zh_CN']['ViewArchivedEmail.ss']['HAVEASKED'] = '在%s,您要求浏览我们网站'; $lang['zh_CN']['WaitingOn.ss']['ATO'] = '分配给'; -?> \ No newline at end of file diff --git a/lang/zh_TW.php b/lang/zh_TW.php index 1d1e5e80..6da5c894 100644 --- a/lang/zh_TW.php +++ b/lang/zh_TW.php @@ -220,4 +220,3 @@ $lang['zh_TW']['ViewArchivedEmail.ss']['CANACCESS'] = '您可以利用哲格連 $lang['zh_TW']['ViewArchivedEmail.ss']['HAVEASKED'] = '您要瀏覽這一天的網站內容:'; $lang['zh_TW']['WaitingOn.ss']['ATO'] = '配給'; -?> \ No newline at end of file