msgid "" msgstr "" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "X-Crowdin-Project: orchard-core\n" "X-Crowdin-Project-ID: 307044\n" "X-Crowdin-Language: ar\n" "X-Crowdin-File: /main/Localization/OrchardCore.Tenants.pot\n" "X-Crowdin-File-ID: 828\n" "Project-Id-Version: orchard-core\n" "Content-Type: text/plain; charset=UTF-8\n" "Language-Team: Arabic\n" "Language: ar_SA\n" "PO-Revision-Date: 2023-02-18 20:23\n" #. .Add(S["Configuration"], configuration => configuration #: OrchardCore.Tenants\AdminMenu.cs:34 msgctxt "OrchardCore.Tenants.AdminMenu" msgid "Configuration" msgstr "الضبط" #. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant #. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant #: OrchardCore.Tenants\AdminMenu.cs:36 #: OrchardCore.Tenants\AdminMenu.cs:36 msgctxt "OrchardCore.Tenants.AdminMenu" msgid "Tenants" msgstr "المستأجرون" #. S["All"], #: OrchardCore.Tenants\Controllers\AdminController.cs:183 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "All" msgstr "" #. new SelectListItem() { Text = S["All states"], Value = nameof(TenantsState.All) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:188 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "All states" msgstr "جميع الحالات" #. new SelectListItem() { Text = S["Running"], Value = nameof(TenantsState.Running) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:189 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Running" msgstr "جارية التنفيذ" #. new SelectListItem() { Text = S["Disabled"], Value = nameof(TenantsState.Disabled) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:190 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Disabled" msgstr "معطلة" #. new SelectListItem() { Text = S["Uninitialized"], Value = nameof(TenantsState.Uninitialized) } #: OrchardCore.Tenants\Controllers\AdminController.cs:191 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Uninitialized" msgstr "غير مهيئة" #. new SelectListItem() { Text = S["Name"], Value = nameof(TenantsOrder.Name) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:195 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Name" msgstr "الإسم" #. new SelectListItem() { Text = S["State"], Value = nameof(TenantsOrder.State) } #: OrchardCore.Tenants\Controllers\AdminController.cs:196 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "State" msgstr "الحالة" #. new SelectListItem() { Text = S["Disable"], Value = nameof(TenantsBulkAction.Disable) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:200 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Disable" msgstr "تعطيل" #. new SelectListItem() { Text = S["Enable"], Value = nameof(TenantsBulkAction.Enable) }, #: OrchardCore.Tenants\Controllers\AdminController.cs:201 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "Enable" msgstr "تفعيل" #. await _notifier.WarningAsync(H["You cannot disable the default tenant."]); #. await _notifier.ErrorAsync(H["You cannot disable the default tenant."]); #: OrchardCore.Tenants\Controllers\AdminController.cs:253 #: OrchardCore.Tenants\Controllers\AdminController.cs:525 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "You cannot disable the default tenant." msgstr "لا يمكنك تعطيل المتجر الإفتراضي." #. await _notifier.WarningAsync(H["The tenant '{0}' is already disabled.", shellSettings.Name]); #: OrchardCore.Tenants\Controllers\AdminController.cs:257 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "The tenant '{0}' is already disabled." msgstr "المستأجر '{0}' معطل بالفعل." #. await _notifier.WarningAsync(H["The tenant '{0}' is already enabled.", shellSettings.Name]); #: OrchardCore.Tenants\Controllers\AdminController.cs:270 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "The tenant '{0}' is already enabled." msgstr "المستأجر '{0}' ممكَّن بالفعل." #. await _notifier.ErrorAsync(H["You can only disable a Running tenant."]); #: OrchardCore.Tenants\Controllers\AdminController.cs:531 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "You can only disable a Running tenant." msgstr "" #. await _notifier.ErrorAsync(H["You can only enable a Disabled tenant."]); #: OrchardCore.Tenants\Controllers\AdminController.cs:561 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "You can only enable a Disabled tenant." msgstr "يمكنك فقط تمكين الـ tenant المعطلة." #. await _notifier.ErrorAsync(H["You can only remove a 'Disabled' or 'Uninitialized' tenant."]); #: OrchardCore.Tenants\Controllers\AdminController.cs:620 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "You can only remove a 'Disabled' or 'Uninitialized' tenant." msgstr "" #. await _notifier.ErrorAsync(H["An error occurred while removing the tenant '{0}'. {1}", id, context.ErrorMessage]); #: OrchardCore.Tenants\Controllers\AdminController.cs:627 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "An error occurred while removing the tenant '{0}'. {1}" msgstr "" #. await _notifier.SuccessAsync(H["The tenant '{0}' was removed, see the log file for more info.", shellSettings.Name]); #: OrchardCore.Tenants\Controllers\AdminController.cs:636 msgctxt "OrchardCore.Tenants.Controllers.AdminController" msgid "The tenant '{0}' was removed, see the log file for more info." msgstr "" #. return BadRequest(S["You can only disable a Running tenant."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:216 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "You can only disable a Running tenant." msgstr "" #. return BadRequest(S["You can only enable a Disabled tenant."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:246 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "You can only enable a Disabled tenant." msgstr "" #. return BadRequest(S["You can only remove a 'Disabled' or an 'Uninitialized' tenant."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:276 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "You can only remove a 'Disabled' or an 'Uninitialized' tenant." msgstr "" #. title: S["An error occurred while removing the tenant '{0}'.", tenantName], #: OrchardCore.Tenants\Controllers\ApiController.cs:283 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "An error occurred while removing the tenant '{0}'." msgstr "" #. ModelState.AddModelError(nameof(model.UserName), S["User name '{0}' is invalid, can only contain letters or digits.", model.UserName]); #: OrchardCore.Tenants\Controllers\ApiController.cs:312 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "User name '{0}' is invalid, can only contain letters or digits." msgstr "" #. ModelState.AddModelError(nameof(model.Email), S["The email is invalid."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:318 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "The email is invalid." msgstr "" #. ModelState.AddModelError(nameof(SetupApiViewModel.Name), S["Tenant not found: '{0}'", model.Name]); #: OrchardCore.Tenants\Controllers\ApiController.cs:328 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "Tenant not found: '{0}'" msgstr "لم يتم العثور على الـ tenant: '{0}'" #. return BadRequest(S["The tenant can't be setup."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:338 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "The tenant can't be setup." msgstr "لا يمكن تثبيت الـ tenant." #. return BadRequest(S["The database provider is not defined."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:350 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "The database provider is not defined." msgstr "مزود قاعدة البيانات غير معرف." #. return BadRequest(S["The database provider is not supported."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:356 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "The database provider is not supported." msgstr "" #. return BadRequest(S["The connection string is required for this database provider."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:382 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "The connection string is required for this database provider." msgstr "نص الإتصال مطلوب لهذا المزود." #. return BadRequest(S["Either 'Recipe' or 'RecipeName' is required."]); #: OrchardCore.Tenants\Controllers\ApiController.cs:398 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "Either 'Recipe' or 'RecipeName' is required." msgstr "الوصفة أو إسمها مطلوب." #. return BadRequest(S["Recipe '{0}' not found.", recipeName]); #: OrchardCore.Tenants\Controllers\ApiController.cs:424 msgctxt "OrchardCore.Tenants.Controllers.ApiController" msgid "Recipe '{0}' not found." msgstr "لم يتم العثور على الوصفة '{0}'." #. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) } #: OrchardCore.Tenants\Controllers\FeatureProfilesController.cs:96 msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController" msgid "Delete" msgstr "" #. await _notifier.SuccessAsync(H["Feature profile deleted successfully."]); #: OrchardCore.Tenants\Controllers\FeatureProfilesController.cs:189 msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController" msgid "Feature profile deleted successfully." msgstr "" #. await _notifier.SuccessAsync(H["Feature profiles successfully removed."]); #: OrchardCore.Tenants\Controllers\FeatureProfilesController.cs:214 msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController" msgid "Feature profiles successfully removed." msgstr "" #. ModelState.AddModelError(nameof(FeatureProfileViewModel.Name), S["A feature profile with the same name already exists."]); #: OrchardCore.Tenants\Controllers\FeatureProfilesController.cs:245 msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController" msgid "A feature profile with the same name already exists." msgstr "" #. ModelState.AddModelError(nameof(FeatureProfileViewModel.FeatureRules), S["Invalid json supplied."]); #: OrchardCore.Tenants\Controllers\FeatureProfilesController.cs:250 msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController" msgid "Invalid json supplied." msgstr "" #. .Add(S["Configuration"], configuration => configuration #: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:34 msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu" msgid "Configuration" msgstr "" #. .Add(S["Tenant Feature Profiles"], S["Tenant Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles #. .Add(S["Tenant Feature Profiles"], S["Tenant Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles #: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36 #: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36 msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu" msgid "Tenant Feature Profiles" msgstr "" #. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is mandatory."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:46 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The tenant name is mandatory." msgstr "" #. errors.Add(new ModelError(nameof(model.FeatureProfiles), S["The feature profile does not exist."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:57 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The feature profile does not exist." msgstr "" #. errors.Add(new ModelError(nameof(model.Name), S["Invalid tenant name. Must contain characters only and no spaces."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:64 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "Invalid tenant name. Must contain characters only and no spaces." msgstr "" #. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["Host and url prefix can not be empty at the same time."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:73 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "Host and url prefix can not be empty at the same time." msgstr "" #. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["The url prefix can not contain more than one segment."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:78 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The url prefix can not contain more than one segment." msgstr "" #. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["A tenant with the same host and prefix already exists."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:92 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "A tenant with the same host and prefix already exists." msgstr "" #. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is in conflict with the 'Default' tenant."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:102 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The tenant name is in conflict with the 'Default' tenant." msgstr "" #. errors.Add(new ModelError(nameof(model.Name), S["A tenant with the same name already exists."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:106 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "A tenant with the same name already exists." msgstr "" #. errors.Add(new ModelError(nameof(model.Name), S["The existing tenant to be validated was not found."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:119 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The existing tenant to be validated was not found." msgstr "" #. errors.Add(new ModelError(nameof(TenantViewModel.DatabaseProvider), S["The provided database provider is not supported."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:144 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The provided database provider is not supported." msgstr "" #. errors.Add(new ModelError(nameof(TenantViewModel.ConnectionString), S["The provided connection string is invalid or server is unreachable."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:147 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The provided connection string is invalid or server is unreachable." msgstr "" #. errors.Add(new ModelError(String.Empty, S["The related database file is already in use."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:152 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The related database file is already in use." msgstr "" #. errors.Add(new ModelError(nameof(TenantViewModel.TablePrefix), S["The provided database, table prefix and schema are already in use."])); #: OrchardCore.Tenants\Services\TenantValidator.cs:156 msgctxt "OrchardCore.Tenants.Services.TenantValidator" msgid "The provided database, table prefix and schema are already in use." msgstr "" #. public override LocalizedString Category => S["Tenant"]; #: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:29 msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask" msgid "Tenant" msgstr "" #. public override LocalizedString DisplayText => S["Create Tenant Task"]; #: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:31 msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask" msgid "Create Tenant Task" msgstr "" #. return Outcomes(S["Done"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:89 msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask" msgid "Done" msgstr "تم" #. return Outcomes(S["Done"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:89 msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask" msgid "Failed" msgstr "فشل" #. public override LocalizedString Category => S["Tenant"]; #: OrchardCore.Tenants\Workflows\Activities\DisableTenantTask.cs:22 msgctxt "OrchardCore.Tenants.Workflows.Activities.DisableTenantTask" msgid "Tenant" msgstr "" #. public override LocalizedString DisplayText => S["Disable Tenant Task"]; #: OrchardCore.Tenants\Workflows\Activities\DisableTenantTask.cs:24 msgctxt "OrchardCore.Tenants.Workflows.Activities.DisableTenantTask" msgid "Disable Tenant Task" msgstr "" #. return Outcomes(S["Disabled"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\DisableTenantTask.cs:28 msgctxt "OrchardCore.Tenants.Workflows.Activities.DisableTenantTask" msgid "Disabled" msgstr "معطل" #. return Outcomes(S["Disabled"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\DisableTenantTask.cs:28 msgctxt "OrchardCore.Tenants.Workflows.Activities.DisableTenantTask" msgid "Failed" msgstr "فشل" #. public override LocalizedString Category => S["Tenant"]; #: OrchardCore.Tenants\Workflows\Activities\EnableTenantTask.cs:23 msgctxt "OrchardCore.Tenants.Workflows.Activities.EnableTenantTask" msgid "Tenant" msgstr "" #. public override LocalizedString DisplayText => S["Enable Tenant Task"]; #: OrchardCore.Tenants\Workflows\Activities\EnableTenantTask.cs:25 msgctxt "OrchardCore.Tenants.Workflows.Activities.EnableTenantTask" msgid "Enable Tenant Task" msgstr "" #. return Outcomes(S["Enabled"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\EnableTenantTask.cs:29 msgctxt "OrchardCore.Tenants.Workflows.Activities.EnableTenantTask" msgid "Enabled" msgstr "مفعل" #. return Outcomes(S["Enabled"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\EnableTenantTask.cs:29 msgctxt "OrchardCore.Tenants.Workflows.Activities.EnableTenantTask" msgid "Failed" msgstr "فشلت" #. public override LocalizedString Category => S["Tenant"]; #: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:54 msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask" msgid "Tenant" msgstr "" #. public override LocalizedString DisplayText => S["Setup Tenant Task"]; #: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:56 msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask" msgid "Setup Tenant Task" msgstr "" #. return Outcomes(S["Done"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:114 msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask" msgid "Done" msgstr "تم" #. return Outcomes(S["Done"], S["Failed"]); #: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:114 msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask" msgid "Failed" msgstr "فشلت" #. public override LocalizedString Category => S["Tenant"]; #: OrchardCore.Tenants\Workflows\Activities\TenantActivity.cs:35 msgctxt "OrchardCore.Tenants.Workflows.Activities.TenantActivity" msgid "Tenant" msgstr "" #. return Outcomes(S["Done"]); #: OrchardCore.Tenants\Workflows\Activities\TenantActivity.cs:39 msgctxt "OrchardCore.Tenants.Workflows.Activities.TenantActivity" msgid "Done" msgstr "تم" #. @T["Database Presets"] #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "Database Presets" msgstr "" #. @T["Optionally specify which presets should be used for the Setup experience."] #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:6 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "Optionally specify which presets should be used for the Setup experience." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:12 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "What type of database to use?" msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:14 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "None" msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:17 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "The connection string to your database instance, e.g. {0}." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:24 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "Table Prefix" msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:34 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "Connection string" msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:43 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "Table Schema" msgstr "" #.
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:46 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "When left blank, the default value on the server will be used." msgstr "" #.
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:46 msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo" msgid "For example, '{0}' for SQL Server." msgstr "" #. @T["Feature profile"] #: OrchardCore.Tenants\Views\Shared\_TenantFeatureProfile.cshtml:6 msgctxt "OrchardCore.Tenants.Views.Shared._TenantFeatureProfile" msgid "Feature profile" msgstr "" #. @T["Optionally specify which feature profile should be applied to this tenant."] #: OrchardCore.Tenants\Views\Shared\_TenantFeatureProfile.cshtml:7 msgctxt "OrchardCore.Tenants.Views.Shared._TenantFeatureProfile" msgid "Optionally specify which feature profile should be applied to this tenant." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "Category" msgstr "" #. @T["The category of the tenant."] #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:6 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "The category of the tenant." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:10 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "Url Prefix" msgstr "" #. @T["(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"https://orchardcore.net/site1\"."] #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:13 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"https://orchardcore.net/site1\"." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:17 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "Description" msgstr "" #. @T["The description of the tenant."] #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:20 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "The description of the tenant." msgstr "" #. #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:24 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "Hostname" msgstr "" #. @T["Example: If host is \"orchardproject.net\", the tenant site URL is \"https://orchardcore.net/\"."] #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:27 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "Example: If host is \"orchardproject.net\", the tenant site URL is \"https://orchardcore.net/\"." msgstr "" #. @T["You may define multiple domains using the comma (,) as a separator. Use the '*.' prefix to map all subdomains."] #: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:28 msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo" msgid "You may define multiple domains using the comma (,) as a separator. Use the '*.' prefix to map all subdomains." msgstr "" #. @T["Recipe"] #: OrchardCore.Tenants\Views\Shared\_TenantRecipes.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Shared._TenantRecipes" msgid "Recipe" msgstr "" #. @T["Optionally specify which presets should be used for the Setup experience."] #: OrchardCore.Tenants\Views\Shared\_TenantRecipes.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Shared._TenantRecipes" msgid "Optionally specify which presets should be used for the Setup experience." msgstr "" #.
@T["All Feature Profiles"]
#: OrchardCore.Tenants\Views\Items\AllFeatureProfilesDeploymentStep.Edit.cshtml:3 msgctxt "OrchardCore.Tenants.Views.Items.AllFeatureProfilesDeploymentStep.Edit" msgid "All Feature Profiles" msgstr "" #.
@T["All Feature Profiles"]
#: OrchardCore.Tenants\Views\Items\AllFeatureProfilesDeploymentStep.Summary.cshtml:3 msgctxt "OrchardCore.Tenants.Views.Items.AllFeatureProfilesDeploymentStep.Summary" msgid "All Feature Profiles" msgstr "" #. @T["Adds all feature profiles to the plan."] #: OrchardCore.Tenants\Views\Items\AllFeatureProfilesDeploymentStep.Summary.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Items.AllFeatureProfilesDeploymentStep.Summary" msgid "Adds all feature profiles to the plan." msgstr "" #.

@T["All Feature Profiles"]

#: OrchardCore.Tenants\Views\Items\AllFeatureProfilesDeploymentStep.Thumbnail.cshtml:3 msgctxt "OrchardCore.Tenants.Views.Items.AllFeatureProfilesDeploymentStep.Thumbnail" msgid "All Feature Profiles" msgstr "" #.

@T["Exports all feature profiles."]

#: OrchardCore.Tenants\Views\Items\AllFeatureProfilesDeploymentStep.Thumbnail.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Items.AllFeatureProfilesDeploymentStep.Thumbnail" msgid "Exports all feature profiles." msgstr "" #.

@RenderTitleSegments(T["Create Tenant"])

#: OrchardCore.Tenants\Views\Admin\Create.cshtml:3 msgctxt "OrchardCore.Tenants.Views.Admin.Create" msgid "Create Tenant" msgstr "إنشاء tenant" #. #: OrchardCore.Tenants\Views\Admin\Create.cshtml:10 msgctxt "OrchardCore.Tenants.Views.Admin.Create" msgid "Name" msgstr "الإسم" #. @T["The name of the tenant."] #: OrchardCore.Tenants\Views\Admin\Create.cshtml:13 msgctxt "OrchardCore.Tenants.Views.Admin.Create" msgid "The name of the tenant." msgstr "اسم الـ tenant." #. #: OrchardCore.Tenants\Views\Admin\Create.cshtml:24 msgctxt "OrchardCore.Tenants.Views.Admin.Create" msgid "Create" msgstr "إنشاء" #. @T["Cancel"] #: OrchardCore.Tenants\Views\Admin\Create.cshtml:25 msgctxt "OrchardCore.Tenants.Views.Admin.Create" msgid "Cancel" msgstr "إلغاء" #.

@RenderTitleSegments(T["Create Feature Profile"])

#: OrchardCore.Tenants\Views\FeatureProfiles\Create.cshtml:3 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Create" msgid "Create Feature Profile" msgstr "" #.

@Model.Activity.GetTitleOrDefault(() => T["Create Tenant"])

#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Design.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Design" msgid "Create Tenant" msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Name" msgstr "" #. @T["Select the name of the tenant to create."] #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:7 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Select the name of the tenant to create." msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:11 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Description" msgstr "" #. @T["(Optional) the description of the tenant to create."] #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:13 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "(Optional) the description of the tenant to create." msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:17 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Url Prefix" msgstr "" #. @T["(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"http://orchardproject.net/site1\"."] #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:19 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"http://orchardproject.net/site1\"." msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:23 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Host name" msgstr "" #. @T["Example: If host is \"orchardproject.net\", the tenant site URL is \"http://orchardproject.net/\". With Liquid support."] #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:25 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Example: If host is \"orchardproject.net\", the tenant site URL is \"http://orchardproject.net/\". With Liquid support." msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:29 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "What type of database to use?" msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:34 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Table Prefix" msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:39 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Connection string" msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:44 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Schema" msgstr "" #.
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:46 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "When left blank, the default value on the server will be used." msgstr "" #.
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:46 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "For example, '{0}' for SQL Server." msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:50 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Recipe" msgstr "" #. #: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:55 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit" msgid "Feature Profile" msgstr "" #.

@T["Create Tenant"]

#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Thumbnail.cshtml:1 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Thumbnail" msgid "Create Tenant" msgstr "" #.

@T["Create a tenant."]

#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Thumbnail.cshtml:2 msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Thumbnail" msgid "Create a tenant." msgstr "" #.

@Model.Activity.GetTitleOrDefault(() => T["Disable Tenant"])

#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Design.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Design" msgid "Disable Tenant" msgstr "" #. #: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Edit.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Edit" msgid "Tenant name" msgstr "" #. @T["Select the name of the tenant to disable."] #: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Edit.cshtml:7 msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Edit" msgid "Select the name of the tenant to disable." msgstr "" #.

@T["Disable Tenant"]

#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Thumbnail.cshtml:1 msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Thumbnail" msgid "Disable Tenant" msgstr "" #.

@T["Disable a tenant."]

#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Thumbnail.cshtml:2 msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Thumbnail" msgid "Disable a tenant." msgstr "" #.

@RenderTitleSegments(T["Edit Tenant"])

#: OrchardCore.Tenants\Views\Admin\Edit.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Admin.Edit" msgid "Edit Tenant" msgstr "تحرير tenant" #. #: OrchardCore.Tenants\Views\Admin\Edit.cshtml:11 msgctxt "OrchardCore.Tenants.Views.Admin.Edit" msgid "Name" msgstr "اسم" #. @T["The name of the tenant."] #: OrchardCore.Tenants\Views\Admin\Edit.cshtml:14 msgctxt "OrchardCore.Tenants.Views.Admin.Edit" msgid "The name of the tenant." msgstr "اسم المستأجر." #. #: OrchardCore.Tenants\Views\Admin\Edit.cshtml:29 msgctxt "OrchardCore.Tenants.Views.Admin.Edit" msgid "Save" msgstr "حفظ" #. @T["Cancel"] #: OrchardCore.Tenants\Views\Admin\Edit.cshtml:30 msgctxt "OrchardCore.Tenants.Views.Admin.Edit" msgid "Cancel" msgstr "إلغاء" #.

@RenderTitleSegments(T["Edit Feature Profile"])

#: OrchardCore.Tenants\Views\FeatureProfiles\Edit.cshtml:3 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Edit" msgid "Edit Feature Profile" msgstr "" #.

@Model.Activity.GetTitleOrDefault(() => T["Enable Tenant"])

#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Design.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Design" msgid "Enable Tenant" msgstr "" #. #: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Edit.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Edit" msgid "Tenant name" msgstr "" #. @T["Select the name of the tenant to enable."] #: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Edit.cshtml:7 msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Edit" msgid "Select the name of the tenant to enable." msgstr "" #.

@T["Enable Tenant"]

#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Thumbnail.cshtml:1 msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Thumbnail" msgid "Enable Tenant" msgstr "" #.

@T["Enable a tenant."]

#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Thumbnail.cshtml:2 msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Thumbnail" msgid "Enable a tenant." msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:13 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "Name" msgstr "" #. @T["The name of the feature profile."] #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:16 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "The name of the feature profile." msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:21 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "Rules" msgstr "" #. @T["The feature rules. Here is an example if a rule that would exclude '{0}' feature.", "OrchardCore.Flows"] #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:28 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "The feature rules. Here is an example if a rule that would exclude '{0}' feature." msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:46 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "Save" msgstr "" #. @T["Toggle Dropdown"] #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:48 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "Toggle Dropdown" msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:51 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "and continue" msgstr "" #. @T["Cancel"] #: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:55 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel" msgid "Cancel" msgstr "" #.

@RenderTitleSegments(T["Tenants"])

#: OrchardCore.Tenants\Views\Admin\Index.cshtml:18 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Tenants" msgstr "مستأجرون" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:31 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Search" msgstr "بحث" #. @T["Add Tenant"] #: OrchardCore.Tenants\Views\Admin\Index.cshtml:35 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Add Tenant" msgstr "إظافة مستأجر" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:46 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Select All" msgstr "اختيار الكل" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:47 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "1 item" msgid_plural "{0} items" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "{0} عناصر" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:47 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Items {0} to {1}" msgstr "العناصر {0} إلى {1}" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:47 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid " / {0} item in total" msgid_plural " / {0} items in total" msgstr[0] " / {0} عناصر من الكل" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #. @T["Actions"] #: OrchardCore.Tenants\Views\Admin\Index.cshtml:54 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Actions" msgstr "الإجراءت" #.
  • @item.Text
  • #: OrchardCore.Tenants\Views\Admin\Index.cshtml:64 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Bulk Action" msgstr "مجموعة إجراءات" #.
  • @item.Text
  • #: OrchardCore.Tenants\Views\Admin\Index.cshtml:64 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Are you sure you want to {0} these items?" msgstr "هل أنت متأكد من أنك تريد {0} هذه العناصر؟" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:70 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Filter by category" msgstr "" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:70 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Category" msgstr "" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:71 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Filter by state" msgstr "تصفية حسب الحالة" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:71 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "State" msgstr "الحالة" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:72 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Sort by" msgstr "الفرز بـ" #. #: OrchardCore.Tenants\Views\Admin\Index.cshtml:72 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Sort" msgstr "الفرز" #.

    @entry.ShellSettings.RequestUrlHost

    #: OrchardCore.Tenants\Views\Admin\Index.cshtml:106 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Url host" msgstr "" #. @T["Nothing here! Your search returned no results."] #: OrchardCore.Tenants\Views\Admin\Index.cshtml:117 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "Nothing here! Your search returned no results." msgstr "لا شىء لا توجد أي نتائج للبحث." #. selectedItems.text($(":checkbox[name='tenantNames']:checked").length + ' @T["selected"]'); #. selectedItems.text(selectedItemsCount + ' @T["selected"]'); #: OrchardCore.Tenants\Views\Admin\Index.cshtml:174 #: OrchardCore.Tenants\Views\Admin\Index.cshtml:182 msgctxt "OrchardCore.Tenants.Views.Admin.Index" msgid "selected" msgstr "تم تحديدها" #.

    @RenderTitleSegments(T["Feature Profiles"])

    #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:8 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Feature Profiles" msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:22 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Search" msgstr "" #. @T["Add Feature Profile"] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:26 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Add Feature Profile" msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:39 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Select All" msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:40 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "1 item" msgid_plural "{0} items" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:40 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Items {0} to {1}" msgstr "" #. #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:40 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid " / {0} item in total" msgid_plural " / {0} items in total" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #. @T["Actions"] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:47 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Actions" msgstr "" #.
  • @item.Text
  • #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:52 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Bulk Action" msgstr "" #.
  • @item.Text
  • #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:52 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Are you sure you want to {0} these items?" msgstr "" #. @T["Edit"] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:68 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Edit" msgstr "" #. @T["Delete"] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:69 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Delete" msgstr "" #. @T["Nothing here! There are no feature profiles for the moment."] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:80 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "Nothing here! There are no feature profiles for the moment." msgstr "" #. @T["See documentation"] #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:82 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "See documentation" msgstr "" #. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]'); #. selectedItems.text(selectedItemsCount + ' @T["selected"]'); #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:134 #: OrchardCore.Tenants\Views\FeatureProfiles\Index.cshtml:145 msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Index" msgid "selected" msgstr "" #. @T["Features"] #: OrchardCore.Tenants\Views\ManageFeaturesActionButton.cshtml:6 msgctxt "OrchardCore.Tenants.Views.ManageFeaturesActionButton" msgid "Features" msgstr "" #. @T["Edit"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:10 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Edit" msgstr "" #. @T["View"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:13 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "View" msgstr "" #. @T["Disable"] #. @T["Disable"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17 #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Disable" msgstr "" #. @T["Disable"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Are you sure you want to disable this tenant?" msgstr "" #. @T["Disable"] #. @T["Remove"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17 #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Ok" msgstr "" #. @T["Disable"] #. @T["Remove"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17 #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Cancel" msgstr "" #. @T["Enable"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:21 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Enable" msgstr "" #. @T["Setup"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:25 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Setup" msgstr "" #. @T["Remove"] #. @T["Remove"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29 #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Remove" msgstr "" #. @T["Remove"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Are you sure you want to remove this tenant?" msgstr "" #. @T["Reload"] #: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:31 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons" msgid "Reload" msgstr "" #. @T["Uninitialized"] #: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:24 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags" msgid "Uninitialized" msgstr "" #. @T["Initializing"] #: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:27 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags" msgid "Initializing" msgstr "" #. @T["Running"] #: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:30 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags" msgid "Running" msgstr "" #. @T["Disabled"] #: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:33 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags" msgid "Disabled" msgstr "" #. @T["Invalid"] #: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:36 msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags" msgid "Invalid" msgstr "" #. @T["Design"] #: OrchardCore.Tenants\Views\NavigationItemText-design.Id.cshtml:1 msgctxt "OrchardCore.Tenants.Views.NavigationItemText-design.Id" msgid "Design" msgstr "تصميم" #. @featureProfile.Name #: OrchardCore.Tenants\Views\ProfileFeatureTags.cshtml:25 msgctxt "OrchardCore.Tenants.Views.ProfileFeatureTags" msgid "Feature Profile" msgstr "" #.

    @Model.Activity.GetTitleOrDefault(() => T["Setup Tenant"])

    #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Design.cshtml:4 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Design" msgid "Setup Tenant" msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:5 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Tenant name" msgstr "" #. @T["Select the name of tenant to setup."] #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:7 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Select the name of tenant to setup." msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:11 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Site name" msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:16 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Admin user name" msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:21 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Admin email" msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:25 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Admin password" msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:30 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "What type of database to use?" msgstr "ما هو نوع قاعدة البيانات المستخدمة؟" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:35 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Table Prefix" msgstr "بادئة الجدول" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:40 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Connection string" msgstr "نص الربط" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:45 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Schema" msgstr "" #.
    @T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
    #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:47 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "When left blank, the default value on the server will be used." msgstr "" #.
    @T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
    #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:47 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "For example, '{0}' for SQL Server." msgstr "" #. #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:51 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit" msgid "Recipe" msgstr "الوصفه" #.

    @T["Setup Tenant"]

    #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Thumbnail.cshtml:1 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Thumbnail" msgid "Setup Tenant" msgstr "" #.

    @T["Setup a tenant."]

    #: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Thumbnail.cshtml:2 msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Thumbnail" msgid "Setup a tenant." msgstr ""