Compare commits

..

2 Commits

Author SHA1 Message Date
Philip Müller 31a087c987 Merge branch 'master' into 'patch-5'
# Conflicts:
#   readme
2018-10-27 23:03:05 +02:00
Leandro Cunha 10f35fb832 [pages] release in Portuguese of Portugal 2018-10-27 22:50:47 +02:00
85 changed files with 1201 additions and 4422 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
*~
locale/*
__pycache__/
.idea/*

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>

7
.idea/misc.xml 100644
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
</project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/manjaro-hello.iml" filepath="$PROJECT_DIR$/.idea/manjaro-hello.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml 100644
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

724
.idea/workspace.xml 100644
View File

@ -0,0 +1,724 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="1878e107-6f19-4cdd-96ac-cf56d1731299" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FUSProjectUsageTrigger">
<session id="1179412992">
<usages-collector id="statistics.lifecycle.project">
<counts>
<entry key="project.closed" value="11" />
<entry key="project.open.time.0" value="5" />
<entry key="project.open.time.4" value="2" />
<entry key="project.open.time.5" value="3" />
<entry key="project.open.time.6" value="1" />
<entry key="project.open.time.7" value="1" />
<entry key="project.opened" value="13" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.extensions.open">
<counts>
<entry key="app-utility" value="2" />
<entry key="gitignore" value="1" />
<entry key="glade" value="3" />
<entry key="json" value="11" />
<entry key="py" value="75" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.open">
<counts>
<entry key="JSON" value="11" />
<entry key="PLAIN_TEXT" value="4" />
<entry key="Python" value="77" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.extensions.edit">
<counts>
<entry key="Python Console" value="31" />
<entry key="app-utility" value="29" />
<entry key="dummy" value="388" />
<entry key="gitignore" value="6" />
<entry key="glade" value="21" />
<entry key="json" value="143" />
<entry key="py" value="4802" />
<entry key="txt" value="1398" />
</counts>
</usages-collector>
<usages-collector id="statistics.file.types.edit">
<counts>
<entry key="JSON" value="143" />
<entry key="PLAIN_TEXT" value="1813" />
<entry key="Python" value="4862" />
</counts>
</usages-collector>
<usages-collector id="statistics.js.language.service.starts" />
</session>
</component>
<component name="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/src/manjaro_hello.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1590">
<caret line="106" column="27" selection-start-line="106" selection-start-column="27" selection-end-line="106" selection-end-column="27" />
<folding>
<element signature="e#24#38#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Python Script" />
</list>
</option>
</component>
<component name="FindInProjectRecents">
<findStrings>
<find>share_dir</find>
<find>application</find>
<find>applications</find>
<find>appBrowser</find>
<find>application_browser</find>
<find>on_btn</find>
</findStrings>
<replaceStrings>
<replace>data_path</replace>
<replace>appBrowser</replace>
</replaceStrings>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/src/app-utility" />
<option value="$PROJECT_DIR$/.gitignore" />
<option value="$PROJECT_DIR$/src/applications/applications.py" />
<option value="$PROJECT_DIR$/src/applications/applications_config.py" />
<option value="$PROJECT_DIR$/src/testConfigClass.py" />
<option value="$PROJECT_DIR$/src/applications/base_config.py" />
<option value="$PROJECT_DIR$/src/install-alone.py" />
<option value="$PROJECT_DIR$/src/applications/alpm.py" />
<option value="$PROJECT_DIR$/src/applications/app_base_config.py" />
<option value="$PROJECT_DIR$/src/applications/exceptions.py" />
<option value="$PROJECT_DIR$/src/applications/configs.py" />
<option value="$PROJECT_DIR$/applications/browser.py" />
<option value="$PROJECT_DIR$/applications/browser_config.py" />
<option value="$PROJECT_DIR$/applications/hello_config.py" />
<option value="$PROJECT_DIR$/applications/iso_config.py" />
<option value="$PROJECT_DIR$/applications/stand_alone_config.py" />
<option value="$PROJECT_DIR$/src/applications/stand_alone_config.py" />
<option value="$PROJECT_DIR$/src/applications/iso_config.py" />
<option value="$PROJECT_DIR$/src/__init__.py" />
<option value="$PROJECT_DIR$/data/browser-conf.json" />
<option value="$PROJECT_DIR$/src/plugins/applications/browser.py" />
<option value="$PROJECT_DIR$/src/applications/hello_config.py" />
<option value="$PROJECT_DIR$/src/applications/browser_base_config.py" />
<option value="$PROJECT_DIR$/src/applications/app_data.py" />
<option value="$PROJECT_DIR$/src/applications/app_browser.py" />
<option value="$PROJECT_DIR$/src/applications/browser_config.py" />
<option value="$PROJECT_DIR$/src/applications/data.py" />
<option value="$PROJECT_DIR$/src/applications/applicationbrowser.py" />
<option value="$PROJECT_DIR$/src/applications/browser.py" />
<option value="$PROJECT_DIR$/src/applications/application_browser.py" />
<option value="$PROJECT_DIR$/src/applications/__init__.py" />
<option value="$PROJECT_DIR$/src/application_utility/application_browser.py" />
<option value="$PROJECT_DIR$/src/application_utility/__init__.py" />
<option value="$PROJECT_DIR$/data/preferences.json" />
<option value="$PROJECT_DIR$/ui/manjaro-hello.glade" />
<option value="$PROJECT_DIR$/src/manjaro_hello.py" />
</list>
</option>
</component>
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
<component name="JsGulpfileManager">
<detection-done>true</detection-done>
<sorting>DEFINITION_ORDER</sorting>
</component>
<component name="ProjectFrameBounds">
<option name="x" value="1991" />
<option name="y" value="21" />
<option name="width" value="1398" />
<option name="height" value="965" />
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectView">
<navigator proportions="" version="1">
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="ProjectPane">
<subPane>
<expand>
<path>
<item name="manjaro-hello" type="b2602c69:ProjectViewProjectNode" />
<item name="manjaro-hello" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="manjaro-hello" type="b2602c69:ProjectViewProjectNode" />
<item name="manjaro-hello" type="462c0819:PsiDirectoryNode" />
<item name="data" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="manjaro-hello" type="b2602c69:ProjectViewProjectNode" />
<item name="manjaro-hello" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="manjaro-hello" type="b2602c69:ProjectViewProjectNode" />
<item name="manjaro-hello" type="462c0819:PsiDirectoryNode" />
<item name="ui" type="462c0819:PsiDirectoryNode" />
</path>
</expand>
<select />
</subPane>
</pane>
<pane id="Scope" />
</panes>
</component>
<component name="PropertiesComponent">
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/data" />
<recent name="$PROJECT_DIR$/src" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src" />
<recent name="$PROJECT_DIR$/src/plugins" />
<recent name="$PROJECT_DIR$" />
</key>
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="1878e107-6f19-4cdd-96ac-cf56d1731299" name="Default Changelist" comment="" />
<created>1534949710604</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1534949710604</updated>
</task>
<task id="LOCAL-00003" summary="split preferences">
<created>1536411499431</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1536411499431</updated>
</task>
<task id="LOCAL-00004" summary="added plugin manager">
<created>1536411521103</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1536411521103</updated>
</task>
<task id="LOCAL-00005" summary="plugin applications">
<created>1536411558753</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1536411558753</updated>
</task>
<task id="LOCAL-00006" summary="back to one pref file">
<created>1536414428607</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1536414428607</updated>
</task>
<task id="LOCAL-00007" summary="move&#10;remove plugin manager">
<created>1536415933849</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1536415933849</updated>
</task>
<task id="LOCAL-00008" summary="rearrange">
<created>1536416490489</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1536416490489</updated>
</task>
<task id="LOCAL-00009" summary="cosmetic">
<created>1536418940294</created>
<option name="number" value="00009" />
<option name="presentableId" value="LOCAL-00009" />
<option name="project" value="LOCAL" />
<updated>1536418940294</updated>
</task>
<task id="LOCAL-00010" summary="added comments">
<created>1536419834210</created>
<option name="number" value="00010" />
<option name="presentableId" value="LOCAL-00010" />
<option name="project" value="LOCAL" />
<updated>1536419834210</updated>
</task>
<task id="LOCAL-00011" summary="split classes">
<created>1536420193376</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1536420193376</updated>
</task>
<task id="LOCAL-00012" summary="pack experiment">
<created>1536421211422</created>
<option name="number" value="00012" />
<option name="presentableId" value="LOCAL-00012" />
<option name="project" value="LOCAL" />
<updated>1536421211422</updated>
</task>
<task id="LOCAL-00013" summary="commented screen shot url">
<created>1536421394042</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1536421394042</updated>
</task>
<task id="LOCAL-00014" summary="minor formatting">
<created>1536422379462</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1536422379462</updated>
</task>
<task id="LOCAL-00015" summary="redefine reload to reset">
<created>1536422647180</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1536422647180</updated>
</task>
<task id="LOCAL-00016" summary="refactor">
<created>1536425218221</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1536425218221</updated>
</task>
<task id="LOCAL-00017" summary="enhance logging">
<created>1536425669114</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1536425669114</updated>
</task>
<task id="LOCAL-00018" summary="experiments">
<created>1536426261137</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1536426261137</updated>
</task>
<task id="LOCAL-00019" summary="split classes">
<created>1536426713520</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1536426713520</updated>
</task>
<task id="LOCAL-00020" summary="commit">
<created>1536426798365</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1536426798365</updated>
</task>
<task id="LOCAL-00021" summary="expand/collapse group on double click">
<created>1536428318542</created>
<option name="number" value="00021" />
<option name="presentableId" value="LOCAL-00021" />
<option name="project" value="LOCAL" />
<updated>1536428318542</updated>
</task>
<task id="LOCAL-00022" summary="the mess">
<created>1536429127582</created>
<option name="number" value="00022" />
<option name="presentableId" value="LOCAL-00022" />
<option name="project" value="LOCAL" />
<updated>1536429127582</updated>
</task>
<task id="LOCAL-00023" summary="charm renames the imports to py - renamed">
<created>1536733349233</created>
<option name="number" value="00023" />
<option name="presentableId" value="LOCAL-00023" />
<option name="project" value="LOCAL" />
<updated>1536733349233</updated>
</task>
<task id="LOCAL-00024" summary="renamed to application_browser">
<created>1536734042101</created>
<option name="number" value="00024" />
<option name="presentableId" value="LOCAL-00024" />
<option name="project" value="LOCAL" />
<updated>1536734042101</updated>
</task>
<task id="LOCAL-00025" summary="renamed to application_browser">
<created>1536734080399</created>
<option name="number" value="00025" />
<option name="presentableId" value="LOCAL-00025" />
<option name="project" value="LOCAL" />
<updated>1536734080399</updated>
</task>
<task id="LOCAL-00026" summary="refactor to import modules from application_browser">
<created>1536734107278</created>
<option name="number" value="00026" />
<option name="presentableId" value="LOCAL-00026" />
<option name="project" value="LOCAL" />
<updated>1536734107278</updated>
</task>
<task id="LOCAL-00027" summary="refactor naming">
<created>1536740355223</created>
<option name="number" value="00027" />
<option name="presentableId" value="LOCAL-00027" />
<option name="project" value="LOCAL" />
<updated>1536740355223</updated>
</task>
<task id="LOCAL-00028" summary="refactor naming">
<created>1536740428541</created>
<option name="number" value="00028" />
<option name="presentableId" value="LOCAL-00028" />
<option name="project" value="LOCAL" />
<updated>1536740428541</updated>
</task>
<task id="LOCAL-00029" summary="removed application utility&#10;now import from package `application_utility`">
<created>1536755165290</created>
<option name="number" value="00029" />
<option name="presentableId" value="LOCAL-00029" />
<option name="project" value="LOCAL" />
<updated>1536755165290</updated>
</task>
<task id="LOCAL-00030" summary="the mess">
<created>1536755180580</created>
<option name="number" value="00030" />
<option name="presentableId" value="LOCAL-00030" />
<option name="project" value="LOCAL" />
<updated>1536755180580</updated>
</task>
<task id="LOCAL-00031" summary="removed application settings from preferences">
<created>1536755298128</created>
<option name="number" value="00031" />
<option name="presentableId" value="LOCAL-00031" />
<option name="project" value="LOCAL" />
<updated>1536755298128</updated>
</task>
<task id="LOCAL-00032" summary="fix manjaro_hello.py">
<created>1536759081083</created>
<option name="number" value="00032" />
<option name="presentableId" value="LOCAL-00032" />
<option name="project" value="LOCAL" />
<updated>1536759081083</updated>
</task>
<task id="LOCAL-00033" summary="conflict?">
<created>1536759713291</created>
<option name="number" value="00033" />
<option name="presentableId" value="LOCAL-00033" />
<option name="project" value="LOCAL" />
<updated>1536759713291</updated>
</task>
<task id="LOCAL-00034" summary="why is this only sometimes">
<created>1536762438800</created>
<option name="number" value="00034" />
<option name="presentableId" value="LOCAL-00034" />
<option name="project" value="LOCAL" />
<updated>1536762438800</updated>
</task>
<task id="LOCAL-00035" summary="refactor on_applications_clicked">
<created>1536762559794</created>
<option name="number" value="00035" />
<option name="presentableId" value="LOCAL-00035" />
<option name="project" value="LOCAL" />
<updated>1536762559794</updated>
</task>
<task id="LOCAL-00036" summary="refactor initialize">
<created>1536762794077</created>
<option name="number" value="00036" />
<option name="presentableId" value="LOCAL-00036" />
<option name="project" value="LOCAL" />
<updated>1536762794077</updated>
</task>
<task id="LOCAL-00037" summary="fix signal error">
<created>1536764417230</created>
<option name="number" value="00037" />
<option name="presentableId" value="LOCAL-00037" />
<option name="project" value="LOCAL" />
<updated>1536764417230</updated>
</task>
<task id="LOCAL-00038" summary="debugging on getObject error">
<created>1536764914803</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1536764914803</updated>
</task>
<task id="LOCAL-00039" summary="debugging getObj error">
<created>1536765243062</created>
<option name="number" value="00039" />
<option name="presentableId" value="LOCAL-00039" />
<option name="project" value="LOCAL" />
<updated>1536765243062</updated>
</task>
<task id="LOCAL-00040" summary="debugging getObj error">
<created>1536765504956</created>
<option name="number" value="00040" />
<option name="presentableId" value="LOCAL-00040" />
<option name="project" value="LOCAL" />
<updated>1536765504956</updated>
</task>
<task id="LOCAL-00041" summary="refactor fil to file">
<created>1536765540320</created>
<option name="number" value="00041" />
<option name="presentableId" value="LOCAL-00041" />
<option name="project" value="LOCAL" />
<updated>1536765540320</updated>
</task>
<task id="LOCAL-00042" summary="refactor to eliminate shadow">
<created>1536765638966</created>
<option name="number" value="00042" />
<option name="presentableId" value="LOCAL-00042" />
<option name="project" value="LOCAL" />
<updated>1536765638966</updated>
</task>
<task id="LOCAL-00043" summary="debugging AttributeError on get_object which exist">
<created>1536765831882</created>
<option name="number" value="00043" />
<option name="presentableId" value="LOCAL-00043" />
<option name="project" value="LOCAL" />
<updated>1536765831882</updated>
</task>
<task id="LOCAL-00044" summary="debugging get_object error">
<created>1536767498224</created>
<option name="number" value="00044" />
<option name="presentableId" value="LOCAL-00044" />
<option name="project" value="LOCAL" />
<updated>1536767498224</updated>
</task>
<task id="LOCAL-00045" summary="debugging get_object error">
<created>1536767653840</created>
<option name="number" value="00045" />
<option name="presentableId" value="LOCAL-00045" />
<option name="project" value="LOCAL" />
<updated>1536767653840</updated>
</task>
<task id="LOCAL-00046" summary="debugging get_object returning None on valid object">
<created>1536767721691</created>
<option name="number" value="00046" />
<option name="presentableId" value="LOCAL-00046" />
<option name="project" value="LOCAL" />
<updated>1536767721691</updated>
</task>
<task id="LOCAL-00047" summary="debugging get_object returning None on valid object">
<created>1536770497272</created>
<option name="number" value="00047" />
<option name="presentableId" value="LOCAL-00047" />
<option name="project" value="LOCAL" />
<updated>1536770497272</updated>
</task>
<task id="LOCAL-00048" summary="debugging get_object returning None on valid object">
<created>1536770929972</created>
<option name="number" value="00048" />
<option name="presentableId" value="LOCAL-00048" />
<option name="project" value="LOCAL" />
<updated>1536770929972</updated>
</task>
<task id="LOCAL-00049" summary="doh! default manjaro-hello does not contain the appBrowser button">
<created>1536820041782</created>
<option name="number" value="00049" />
<option name="presentableId" value="LOCAL-00049" />
<option name="project" value="LOCAL" />
<updated>1536820041782</updated>
</task>
<task id="LOCAL-00050" summary="doh! default manjaro-hello does not contain the appBrowser button">
<created>1536820124591</created>
<option name="number" value="00050" />
<option name="presentableId" value="LOCAL-00050" />
<option name="project" value="LOCAL" />
<updated>1536820124594</updated>
</task>
<task id="LOCAL-00051" summary="reorder lines">
<created>1536841615043</created>
<option name="number" value="00051" />
<option name="presentableId" value="LOCAL-00051" />
<option name="project" value="LOCAL" />
<updated>1536841615043</updated>
</task>
<option name="localTasksCounter" value="52" />
<servers />
</component>
<component name="ToolWindowManager">
<frame x="1991" y="21" width="1398" height="965" extended-state="0" />
<layout>
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2581361" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info id="Favorites" order="2" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" weight="0.32893157" />
<window_info anchor="bottom" id="Run" order="2" />
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
<window_info anchor="bottom" id="Version Control" order="8" />
<window_info anchor="bottom" id="Database Changes" order="9" show_stripe_button="false" />
<window_info anchor="bottom" id="Terminal" order="10" visible="true" weight="0.32893157" />
<window_info anchor="bottom" id="Python Console" order="11" weight="0.32893157" />
<window_info anchor="bottom" id="Event Log" order="12" side_tool="true" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
<window_info anchor="right" id="SciView" order="3" />
<window_info anchor="right" id="Database" order="4" />
</layout>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="split classes" />
<MESSAGE value="commit" />
<MESSAGE value="expand/collapse group on double click" />
<MESSAGE value="charm renames the imports to py - renamed" />
<MESSAGE value="renamed to application_browser" />
<MESSAGE value="refactor to import modules from application_browser" />
<MESSAGE value="refactor naming" />
<MESSAGE value="removed application utility&#10;now import from package `application_utility`" />
<MESSAGE value="the mess" />
<MESSAGE value="removed application settings from preferences" />
<MESSAGE value="fix manjaro_hello.py" />
<MESSAGE value="conflict?" />
<MESSAGE value="why is this only sometimes" />
<MESSAGE value="refactor on_applications_clicked" />
<MESSAGE value="refactor initialize" />
<MESSAGE value="fix signal error" />
<MESSAGE value="debugging on getObject error" />
<MESSAGE value="debugging getObj error" />
<MESSAGE value="refactor fil to file" />
<MESSAGE value="refactor to eliminate shadow" />
<MESSAGE value="debugging AttributeError on get_object which exist" />
<MESSAGE value="debugging get_object error" />
<MESSAGE value="debugging get_object returning None on valid object" />
<MESSAGE value="doh! default manjaro-hello does not contain the appBrowser button" />
<MESSAGE value="reorder lines" />
<option name="LAST_COMMIT_MESSAGE" value="reorder lines" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
<url>file://$PROJECT_DIR$/src/app-utility</url>
<line>59</line>
<option name="timeStamp" value="1" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/src/app-utility" />
<entry file="file://$PROJECT_DIR$/.gitignore">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="45">
<caret line="3" column="5" selection-start-line="3" selection-start-column="5" selection-end-line="3" selection-end-column="5" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/data/default.json" />
<entry file="file://$PROJECT_DIR$/src/install-alone.py" />
<entry file="file://$PROJECT_DIR$/src/testConfigClass.py" />
<entry file="file://$PROJECT_DIR$/src/__init__.py">
<provider selected="true" editor-type-id="text-editor">
<state>
<caret column="27" lean-forward="true" selection-start-column="27" selection-end-column="27" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/browser/exceptions.py" />
<entry file="file://$PROJECT_DIR$/src/plugins/__init__.py" />
<entry file="file://$PROJECT_DIR$/data/browser-prefs.json" />
<entry file="file://$PROJECT_DIR$/data/advanced.json" />
<entry file="file://$PROJECT_DIR$/src/browser/browser_base_config.py" />
<entry file="file://$PROJECT_DIR$/src/browser/browser_config.py" />
<entry file="file://$PROJECT_DIR$/src/browser/alpm.py" />
<entry file="file://$PROJECT_DIR$/src/browser/hello_config.py" />
<entry file="file://$PROJECT_DIR$/src/browser/iso_config.py" />
<entry file="file://$PROJECT_DIR$/src/browser/stand_alone_config.py" />
<entry file="file://$PROJECT_DIR$/src/browser/data.py" />
<entry file="file://$PROJECT_DIR$/src/browser/__init__.py" />
<entry file="file://$PROJECT_DIR$/src/browser/browser.py" />
<entry file="file://$PROJECT_DIR$/data/preferences.json">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="330">
<caret line="22" column="3" selection-start-line="22" selection-start-column="3" selection-end-line="22" selection-end-column="3" />
</state>
</provider>
</entry>
<entry file="file:///usr/lib/python3.7/site-packages/application_utility/browser/hello_config.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="330">
<caret line="27" selection-start-line="27" selection-end-line="27" />
</state>
</provider>
</entry>
<entry file="file:///usr/lib/python3.7/site-packages/application_utility/browser/config.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="169">
<caret line="16" selection-start-line="16" selection-end-line="16" />
<folding>
<element signature="e#0#14#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/ui/manjaro-hello.glade">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="457">
<caret line="545" column="19" lean-forward="true" selection-start-line="545" selection-start-column="19" selection-end-line="545" selection-end-column="19" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/manjaro_hello.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="1590">
<caret line="106" column="27" selection-start-line="106" selection-start-column="27" selection-end-line="106" selection-end-column="27" />
<folding>
<element signature="e#24#38#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</component>
</project>

View File

@ -1,26 +1,6 @@
# Change Log
All notable changes to this project will be documented in this file.
## [0.6.2] - 2019-10-02
### Added
- Pages: tr, ko-KR.
### Changed
- Update translations.
## [0.6.1] - 2018-10-28
### Added
- Pages: pt-PT.
### Changed
- Update translations.
## [0.6.0] - 2018-10-13
### Added
- Pages: tr.
### Changed
- Added applications utility
- Fixed calamares password-less start
- Update translations.
## [0.5.11] - 2017-11-24
### Added
- Pages: fr.

View File

@ -1,646 +0,0 @@
[
{
"name": "Browsers",
"icon": "browser",
"description": "Web browsing and communication",
"apps": [
{
"name": "Chromium",
"icon": "chromium",
"description": "Open Sourced Chrome Browser",
"pkg": "chromium",
"extra": []
},
{
"name": "Falkon",
"icon": "falkon",
"description": "Qt based Web Browser",
"pkg": "falkon",
"extra": []
},
{
"name": "Firefox",
"icon": "mozilla-firefox",
"description": "Mozilla Web Browser",
"pkg": "firefox",
"extra": []
},
{
"name": "Midori",
"icon": "midori",
"description": "Lightweight Webbrowser",
"pkg": "midori",
"extra": []
},
{
"name": "Netsurf",
"icon": "netsurf",
"description": "Light and Fast Web Browser",
"pkg": "netsurf",
"extra": []
},
{
"name": "Opera",
"icon": "opera",
"description": "Fast and secure webbrowser",
"pkg": "opera",
"extra": []
}
]
},
{
"name": "E-mail",
"icon": "mail-client",
"description": "E-mail, Calendar, Tasks",
"apps": [
{
"name": "Claws Mail",
"icon": "claws-mail",
"description": "Lightweight and fast GTK+ based Mail Client",
"pkg": "claws-mail",
"extra": []
},
{
"name": "Evolution",
"icon": "evolution",
"description": "Manage your email, contacts and schedule",
"pkg": "evolution",
"extra": []
},
{
"name": "Geary",
"icon": "geary",
"description": "Send and receive mail",
"pkg": "geary",
"extra": []
},
{
"name": "Sylpheed",
"icon": "sylpheed",
"description": "E-mail client",
"pkg": "sylpheed",
"extra": []
},
{
"name": "Thunderbird",
"icon": "thunderbird",
"description": "Send and receive mail, contacts and schedule",
"pkg": "thunderbird",
"extra": []
}
]
},
{
"name": "Backup",
"icon": "deja-dup",
"description": "Backup utilites",
"apps": [
{
"name": "Deja Dup",
"icon": "deja-dup",
"description": "Keep your important documents safe from disater",
"pkg": "deja-dup",
"extra": []
},
{
"name": "Grsync",
"icon": "grsync",
"description": "Synchronize files and folders",
"pkg": "grsync",
"extra": []
},
{
"name": "Timeshift",
"icon": "timeshift",
"description": "A system restore utility for Linux",
"pkg": "timeshift",
"extra": []
}
]
},
{
"name": "Text Editors",
"icon": "text-editor",
"description": "Various editors for text or code",
"apps": [
{
"name": "Atom",
"icon": "atom",
"description": "A hackable text editor for the 21st Century",
"pkg": "atom",
"extra": []
},
{
"name": "Geany",
"icon": "geany",
"description": "A fast and lightweight IDE using GTK+",
"pkg": "geany",
"extra": []
},
{
"name": "Mousepad",
"icon": "mousepad",
"description": "Simple Text Editor",
"pkg": "mousepad",
"extra": []
},
{
"name": "Xed",
"icon": "xed",
"description": "A small and lightweight text editor. X Apps Project",
"pkg": "xed",
"extra": []
}
]
},
{
"name": "System Tools",
"icon": "disk-utility",
"description": "System utilities",
"apps": [
{
"name": "Gnome Disks",
"icon": "gnome-disks",
"description": "Disk management system for Gnome",
"pkg": "gnome-disk-utility",
"extra": []
},
{
"name": "Gparted",
"icon": "gparted",
"description": "Create, reorganize, and delete partitions",
"pkg": "gparted",
"extra": []
},
{
"name": "IsoUSB",
"icon": "usb-creator",
"description": "A graphical tool to copy a hybrid ISO onto a USB key.",
"pkg": "isousb",
"extra": []
},
{
"name": "Mintstick",
"icon": "mintstick",
"description": "Format or wirte imges to usb sticks (Linux Mint tool).",
"pkg": "mintstick",
"extra": []
},
{
"name": "Pamac",
"icon": "pamac-updater",
"description": "Update your System, Add/Remove Software from repo and AUR",
"pkg": "pamac",
"extra": []
},
{
"name": "Yay",
"icon": "terminal",
"description": "CLI AUR helper",
"pkg": "yay",
"extra": []
}
]
},
{
"name": "Security",
"icon": "security-high",
"description": "Security oriented utilities",
"apps": [
{
"name": "KeePassX",
"icon": "keepassx",
"description": "Cross Platform Password Manager",
"pkg": "keepassx",
"extra": []
},
{
"name": "SeaHorse",
"icon": "seahorse",
"description": "Manage your passwords and encryption keys",
"pkg": "seahorse",
"extra": []
},
{
"name": "VeraCrypt",
"icon": "veracrypt",
"description": "Disk encryption with strong security based on TrueCrypt",
"pkg": "veracrypt",
"extra": []
}
]
},
{
"name": "Virtual Computing",
"icon": "virt-manager",
"description": "Virtual Machine applications",
"apps": [
{
"name": "VirtualBox",
"icon": "virtualbox",
"description": "Run several virtual systems on a single host computer",
"pkg": "calibre",
"extra": []
},
{
"name": "Gnome Boxes",
"icon": "gnome-boxes",
"description": "Simple remote and virtual machines",
"pkg": "gnome-boxes",
"extra": []
}
]
},
{
"name": "Chat",
"icon": "internet-chat",
"description": "Online messaging and chat",
"apps": [
{
"name": "HexChat",
"icon": "hexchat",
"description": "Graphic IRC Client",
"pkg": "hexchat",
"extra": []
},
{
"name": "Pidgin Messenger",
"icon": "pidgin",
"description": "Instant messaging Client",
"pkg": "pidgin",
"extra": []
}
]
},
{
"name": "File Sharing",
"icon": "transmission",
"description": "FTP and Torrent apps",
"apps": [
{
"name": "Filezilla",
"icon": "filezilla",
"description": "Graphical FTP/FTPS/SFTP browser",
"pkg": "filezilla",
"extra": []
},
{
"name": "qBittorrent",
"icon": "qbittorrent",
"description": "A Qt based Bittorrent Client",
"pkg": "qbittorrent",
"extra": []
},
{
"name": "Transmission GTK",
"icon": "transmission",
"description": "GTK based Bittorrent Client",
"pkg": "transmission-gtk",
"extra": []
},
{
"name": "QTransmission",
"icon": "transmission",
"description": "QT based Bittorrent Client",
"pkg": "transmission-qt",
"extra": []
}
]
},
{
"name": "Graphics Creating",
"icon": "applications-accessories",
"description": "Creating and editing graphics",
"apps": [
{
"name": "Blender",
"icon": "blender",
"description": "3D modeling and animation",
"pkg": "blender",
"extra": []
},
{
"name": "GIMP",
"icon": "gimp",
"description": "Create images and edit photographs",
"pkg": "gimp",
"extra": []
},
{
"name": "Inkscape",
"icon": "inkscape",
"description": "Vector Graphics Editor",
"pkg": "inkscape",
"extra": []
},
{
"name": "Krita",
"icon": "krita",
"description": "Digital Painting Creative Freedom",
"pkg": "krita",
"extra": []
},
{
"name": "Pinta",
"icon": "pinta",
"description": "Easy create and edit images",
"pkg": "pinta",
"extra": []
},
{
"name": "Tux Paint",
"icon": "tuxpaint",
"description": "Drawing program for children",
"pkg": "tuxpaint",
"extra": []
}
]
},
{
"name": "Graphics Organizing",
"icon": "applications-graphics",
"description": "Viewers and organizers",
"apps": [
{
"name": "Gpicview",
"icon": "gpicview",
"description": "Lightweight Image Viewer",
"pkg": "gpicview",
"extra": []
},
{
"name": "gThumb",
"icon": "gthumb",
"description": "View and organize your images",
"pkg": "gthumb",
"extra": []
},
{
"name": "Gwenview",
"icon": "gwenview",
"description": "Image Viewer",
"pkg": "gwenview",
"extra": []
},
{
"name": "Ristretto",
"icon": "ristretto",
"description": "Free and lightweight image viewer",
"pkg": "ristretto",
"extra": []
},
{
"name": "Shotwell",
"icon": "shotwell",
"description": "Popular Photo Manager",
"pkg": "shotwell",
"extra": []
},
{
"name": "Viewnior",
"icon": "viewnior",
"description": "GTK based Elegant Image Viewer",
"pkg": "viewnior",
"extra": []
}
]
},
{
"name": "Video/Movie",
"icon": "video-player",
"description": "Organize and play videos and movies",
"apps": [
{
"name": "Kodi",
"icon": "kodi",
"description": "Manage and view your media",
"pkg": "kodi",
"extra": []
},
{
"name": "Parole",
"icon": "parole",
"description": "Modern and simple media player",
"pkg": "parole",
"extra": []
},
{
"name": "SM Player",
"icon": "smplayer",
"description": "A great MPlayer front end",
"pkg": "smplayer",
"extra": []
},
{
"name": "Totem",
"icon": "totem",
"description": "Play movies",
"pkg": "totem",
"extra": []
},
{
"name": "VLC",
"icon": "vlc",
"description": "VLC media player, the openxource multimedia player",
"pkg": "vlc",
"extra": []
}
]
},
{
"name": "Audio",
"icon": "musicbrainz",
"description": "Audio players",
"apps": [
{
"name": "Audacious",
"icon": "audacious",
"description": "Listen to music",
"pkg": "audacious",
"extra": []
},
{
"name": "Clementine",
"icon": "clementine",
"description": "Play music files and internet radio",
"pkg": "clementine",
"extra": []
},
{
"name": "DeadBeeF",
"icon": "deadbeef",
"description": "Listen to music",
"pkg": "deadbeef",
"extra": []
},
{
"name": "Lollypop",
"icon": "lollypop",
"description": "Play and organize your music collection",
"pkg": "deadbeef",
"extra": []
},
{
"name": "Rhythmbox",
"icon": "rhythmbox",
"description": "Gnome music playing application",
"pkg": "rhythmbox",
"extra": []
}
]
},
{
"name": "Media recording/editing",
"icon": "kdenlive",
"description": "Audio and Video editing",
"apps": [
{
"name": "Audacity",
"icon": "audacity",
"description": "Record and Edit Audio files",
"pkg": "audacity",
"extra": []
},
{
"name": "Kdenlive",
"icon": "kdenlive",
"description": "Video Editor",
"pkg": "kdenlive",
"extra": []
},
{
"name": "OBS Studio",
"icon": "obs",
"description": "Open Source Streaming/Recording Application",
"pkg": "obs-studio",
"extra": []
},
{
"name": "Simple Screen Recorder",
"icon": "simple-ccsm",
"description": "Screen Capturing Application",
"pkg": "simplescreenrecorder",
"extra": []
}
]
},
{
"name": "Office Suites",
"icon": "applications-office",
"description": "Office suites like MS Office",
"apps": [
{
"name": "Calligra Office",
"icon": "calligrawords",
"description": "Qt Based Office Suite",
"pkg": "calligra",
"extra": []
},
{
"name": "Libre Office (Fresh)",
"icon": "libreoffice-main",
"description": "Open Source Office Application (Lastest)",
"pkg": "libreoffice-fresh",
"extra": []
},
{
"name": "Libre Office (Still)",
"icon": "libreoffice-main",
"description": "Open Source Office Application (Stable)",
"pkg": "libreoffice-still",
"extra": []
},
{
"name": "MS Office Online",
"icon": "ms-word",
"description": "Microsoft Office Online",
"pkg": "ms-office-online",
"extra": []
}
]
},
{
"name": "Office Apps",
"icon": "gnumeric",
"description": "Stand alone applications",
"apps": [
{
"name": "Abiword",
"icon": "abiword",
"description": "Compose, Edit and view documents",
"pkg": "abiword",
"extra": []
},
{
"name": "Gnumeric",
"icon": "gnumeric",
"description": "A High Precision Spreadsheet Program",
"pkg": "gnumeric",
"extra": []
}
]
},
{
"name": "PDF",
"icon": "pdfeditor",
"description": "PDF applications applications",
"apps": [
{
"name": "Epdfview",
"icon": "qpdfview",
"description": "Lightweight PDF document viewer",
"pkg": "epdfview",
"extra": []
},
{
"name": "Evince",
"icon": "evince",
"description": "View multi page documents",
"pkg": "evince",
"extra": []
},
{
"name": "Okular",
"icon": "okular",
"description": "Document Viewer",
"pkg": "Okular",
"extra": []
},
{
"name": "PDFMod",
"icon": "pdfmod",
"description": "Remove, extract and rotate pages in PDF Documents",
"pkg": "pdfmod",
"extra": []
},
{
"name": "Qpdfview",
"icon": "qpdfview",
"description": "Tabbed document viewer",
"pkg": "qpdfview",
"extra": []
}
]
},
{
"name": "E-Book",
"icon": "calibre",
"description": "E-book library apps",
"apps": [
{
"name": "Calibre",
"icon": "calibre-viewer",
"description": "The one stop solution to your e-book needs",
"pkg": "calibre",
"extra": []
},
{
"name": "FBReader",
"icon": "fbreader",
"description": "FBReader E-Book Reader",
"pkg": "fbreader",
"extra": []
}
]
}
]

View File

@ -1,352 +0,0 @@
[
{
"name": "Browsers",
"icon": "browser",
"description": "Web browsning and communication",
"apps": [
{
"name": "Chromium",
"icon": "chromium",
"description": "Open Sourced Chrome Browser",
"pkg": "chromium",
"extra": []
},
{
"name": "Firefox",
"icon": "mozilla-firefox",
"description": "Mozilla Web Browser",
"pkg": "firefox",
"extra": []
},
{
"name": "Opera",
"icon": "opera",
"description": "Fast and secure webbrowser",
"pkg": "opera",
"extra": []
}
]
},
{
"name": "E-mail",
"icon": "mail-client",
"description": "E-mail, Calendar, Tasks",
"apps": [
{
"name": "Evolution",
"icon": "evolution",
"description": "Manage your email, contacts and schedule",
"pkg": "evolution",
"extra": []
},
{
"name": "Thunderbird",
"icon": "thunderbird",
"description": "Send and receive mail, contacts and schedule",
"pkg": "thunderbird",
"extra": []
}
]
},
{
"name": "Backup",
"icon": "deja-dup",
"description": "Backup utilites",
"apps": [
{
"name": "Deja Dup",
"icon": "deja-dup",
"description": "Keep your important documents safe from disater",
"pkg": "deja-dup",
"extra": []
}
]
},
{
"name": "Text Editors",
"icon": "text-editor",
"description": "Simple editors for text or code",
"apps": [
{
"name": "Mousepad",
"icon": "mousepad",
"description": "Simple Text Editor",
"pkg": "mousepad",
"extra": []
},
{
"name": "Xed",
"icon": "xed",
"description": "A small and lightweight text editor. X Apps Project",
"pkg": "xed",
"extra": []
}
]
},
{
"name": "System Tools",
"icon": "disk-utility",
"description": "System Utilities",
"apps": [
{
"name": "Gnome Disks",
"icon": "gnome-disks",
"description": "Disk management system for Gnome",
"pkg": "gnome-disk-utility",
"extra": []
},
{
"name": "Gparted",
"icon": "gparted",
"description": "Create, reorganize, and delete partitions",
"pkg": "gparted",
"extra": []
},
{
"name": "Mintstick",
"icon": "mintstick",
"description": "Format or wirte imges to usb sticks (Linux Mint tool).",
"pkg": "mintstick",
"extra": []
},
{
"name": "Pamac",
"icon": "pamac-updater",
"description": "Update your System, Add/Remove Software from repo and AUR",
"pkg": "pamac",
"extra": []
}
]
},
{
"name": "Security",
"icon": "security-high",
"description": "Security oriented utilities",
"apps": [
{
"name": "KeePassX",
"icon": "keepassx",
"description": "Cross Platform Password Manager",
"pkg": "keepassx",
"extra": []
},
{
"name": "SeaHorse",
"icon": "seahorse",
"description": "Manage your passwords and encryption keys",
"pkg": "seahorse",
"extra": []
},
{
"name": "VeraCrypt",
"icon": "veracrypt",
"description": "Disk encryption with strong security based on TrueCrypt",
"pkg": "veracrypt",
"extra": []
}
]
},
{
"name": "Chat",
"icon": "internet-chat",
"description": "Online messaging and chat",
"apps": [
{
"name": "HexChat",
"icon": "hexchat",
"description": "Graphic IRC Client",
"pkg": "hexchat",
"extra": []
},
{
"name": "Pidgin Messenger",
"icon": "pidgin",
"description": "Instant messaging Client",
"pkg": "pidgin",
"extra": []
}
]
},
{
"name": "File Sharing",
"icon": "transmission",
"description": "FTP and Torrent apps",
"apps": [
{
"name": "Filezilla",
"icon": "filezilla",
"description": "Graphical FTP/FTPS/SFTP browser",
"pkg": "filezilla",
"extra": []
},
{
"name": "qBittorrent",
"icon": "qbittorrent",
"description": "Bittorrent Client",
"pkg": "qbittorrent",
"extra": []
}
]
},
{
"name": "Graphics Creating",
"icon": "applications-accessories",
"description": "Creating and editing graphics",
"apps": [
{
"name": "Krita",
"icon": "krita",
"description": "Create images and edit photographs",
"pkg": "krita",
"extra": []
},
{
"name": "Pinta",
"icon": "pinta",
"description": "Easy create and edit images",
"pkg": "pinta",
"extra": []
},
{
"name": "Tux Paint",
"icon": "tuxpaint",
"description": "Drawing program for children",
"pkg": "tuxpaint",
"extra": []
}
]
},
{
"name": "Graphics Organizing",
"icon": "applications-graphics",
"description": "Viewers and organizers",
"apps": [
{
"name": "gThumb",
"icon": "gthumb",
"description": "View and organize your images",
"pkg": "viewnior",
"extra": []
} ,
{
"name": "Gwenview",
"icon": "gwenview",
"description": "Image Viewer",
"pkg": "gwenview",
"extra": []
},
{
"name": "Shotwell",
"icon": "shotwell",
"description": "Popular Photo Manager",
"pkg": "shotwell",
"extra": []
}
]
},
{
"name": "Video/Movie",
"icon": "video-player",
"description": "Organize and play videos and movies",
"apps": [
{
"name": "SM Player",
"icon": "smplayer",
"description": "A great MPlayer front end",
"pkg": "smplayer",
"extra": []
},
{
"name": "VLC",
"icon": "vlc",
"description": "VLC media player, the openxource multimedia player",
"pkg": "vlc",
"extra": []
}
]
},
{
"name": "Audio",
"icon": "musicbrainz",
"description": "Audio players",
"apps": [
{
"name": "Clementine",
"icon": "clementine",
"description": "Play music files and internet radio",
"pkg": "clementine",
"extra": []
},
{
"name": "Rhythmbox",
"icon": "rhythmbox",
"description": "Gnome music playing application",
"pkg": "rhythmbox",
"extra": []
}
]
},
{
"name": "Office Suites",
"icon": "applications-office",
"description": "Office suites like MS Office",
"apps": [
{
"name": "Libre Office (Fresh)",
"icon": "libreoffice-writer",
"description": "Open Source Office Application (Lastest)",
"pkg": "libreoffice-fresh",
"extra": []
},
{
"name": "MS Office Online",
"icon": "ms-word",
"description": "Microsoft Office Online",
"pkg": "ms-office-online",
"extra": []
}
]
},
{
"name": "PDF",
"icon": "pdfeditor",
"description": "PDF applications applications",
"apps": [
{
"name": "Evince",
"icon": "evince",
"description": "View multi page documents",
"pkg": "evince",
"extra": []
},
{
"name": "Okular",
"icon": "okular",
"description": "Document Viewer",
"pkg": "okular",
"extra": []
}
]
},
{
"name": "E-Book",
"icon": "calibre",
"description": "E-book library apps",
"apps": [
{
"name": "Calibre",
"icon": "calibre-viewer",
"description": "The one stop solution to your e-book needs",
"pkg": "calibre",
"extra": []
},
{
"name": "FBReader",
"icon": "fbreader",
"description": "FBReader E-Book Reader",
"pkg": "fbreader",
"extra": []
}
]
}
]

View File

@ -1,10 +1,10 @@
<big>Tak for din støtte</big>
Manjaro Linux bliver bakket op af et stor brugerfællesskab, og vi vil gerne takke hver eneste bruger for deres bidrag. Opbakningen til Manjaro Linux er jævnt stigende og vores distribution bliver, takket være dig, bedre og bedre for hver dag der går.
Manjaro Linux modtager stor opbakning fra fællesskabet og brugerne, og vi vil gerne takke hver eneste bidragsyder for deres deltagelse. Opbakningen til Manjaro Linux er jævnt stigende og vores distribution bliver, takket være dig, bedre og bedre for hver dag der går.
Det er let at gøre en forskel. Afhængigt af dine evner og muligheder kan du hjælpe Manjaro på en eller flere af følgende måder:
Det er let at gøre en forskel. Afhængigt af dine evner kan din tilgængelighed hjælpe Manjaro på en eller flere af følgende måder:
<big>Support og udbredelse</big>
<big>Support og promovering</big>
<b>Fortæl om Manjaro</b>
@ -12,11 +12,11 @@ Hvis du er glad for Manjaro, så fortæl andre om det. Skriv en anmeldelse og ud
<b>Deltag i fællesskabet</b>
Manjaro er ikke blot et styresystem, det er også et dynamisk fællesskab af mennesker som nyder at samles om og være aktive i et frit og åbent projekt. Hvad enten du hjælper andre med at løse problemer, får dem til at føle sig velkomne eller du bare mødes med og taler med andre Manjaro-brugere, så anbefaler vi at du deltager i fællesskabet og bidrager til at gøre Manjaro bedre.
Manjaro er ikke blot et styresystem, det er også et dynamisk fællesskab af mennesker som nyder at samles om og være aktive i et frit og åbent projekt. Hvad enten du hjælper andre med at løse problemer, får dem til at føle sig velkomne eller du bare mødes med og taler med andre Manjaro-brugere, så anbefaler vi at du deltager i fællesskabet og bidrage til at gøre Manjaro bedre.
<b>Ved at hjælpe andre</b>
<b>Hjælpe andre</b>
Hvis du har tid til overs, og du er villig til at hjælpe andre med tekniske problemer, så overvej at deltage i vores fora og/eller vores IRC-kanal og på den måde hjælpe andre Manjaro-brugere med at løse de problemer du kender løsningen på.
Hvis du har tid til overs, og du er villig til at hjælpe andre med tekniske problemer, så overvej seriøst at deltage i vores fora og/eller vores IRC-kanal og på den måde hjælpe andre Manjaro-brugere med at løse de problemer du kender løsningen på.
<big>Bidrag til projektet</big>
@ -26,12 +26,12 @@ Hvis du er stødt på noget der ikke fungerer korrekt i Manjaro, så fortæl det
<b>Nye ideer</b>
Langt de fleste forbedringer i hver udgivelse, kommer fra fællesskabet. Hvis der er noget du synes der mangler eller noget der kunne være bedre, så fortæl det til os. Hvad enten det er en manglende driver, et program som kunne være del af en standardinstallation eller du har andre ideer til at gøre Manjaro bedre, så vi er altid interesseret i høre om det.
Langt de fleste forbedringer i hver udgivelse, kommer fra fællesskabet. Hvis der er noget du synes der mangler eller noget der kunne være bedre, så fortæl det til os. Hvad enten det er en manglende driver som skal med, et program som skal være del af en standardinstallation eller du har andre ideer til at gøre Manjaro bedre, så vi er altid interesseret i høre om det.
<b>Grafisk arbejde</b>
Hvis du har grafiske evner og er villig til at bidrage med det, så send dit grafisk arbejde til os. Hvad enten det er en simpel baggrund, et sæt ikoner, et startbillede eller endda et nyt logo, så er vi altid interesseret i at høre om nye grafiske arbejder.
Hvis du har grafiske evner og er villig til at bidrage med det, så send venligst dine kreationer eller grafisk arbejde til os. Hvad enten det er en simpel baggrund, et sæt ikoner, et startbillede eller endda et nyt logo, så er vi altid interesseret i at høre fra dig om nyt grafisk arbejde.
<b>Kodning</b>
Det meste af vores udviklingsarbejde laves i QT, C++, Python, HTML5/CSS og BASH. Vi bruger også Git til versionsstyring og PKGBUILD'er til pakning. Hvis du er fortrolig med en eller flere af disse teknologier, så tøv ikke med at kigge på vores kode. Hvis du tror du kan forbedre vores programmer eller skrive nye, så tøv ikke at kopiere vores git projekter, foreslå rettelser eller forbedringer.
Det meste af vores udviklingsarbejde laves i QT, C++, Python, HTML5/CSS og BASH. Vi bruger også Git til versionsstyring og PKGBUILD'er til pakning. Hvis du er fortrolig med en eller flere af disse teknologier, så tøv ikke med at kigge på vores kode. Hvis du tror du kan forbedre vores programmer eller skrive nye, så tøv ikke med at foreslå rettelser eller forgrene vores git-repositories.

View File

@ -1,14 +1,14 @@
<big>Hardwarehåndtering</big>
Manjaro leverer altid de aller nyeste kerner og giver desuden mulighed for at have flere kerner installeret og mulighed for frit at vælge en af disse før start af systemet. Vedligeholdelse af kerner findes i Manjaros grafiske indstillingshåndtering eller via kommandolinjen med MHWD-kernel-kommandoen (Manjaro hardwareregistrering).
Manjaro understøtter ikke alene anvendelsen af flere kerner (kan vælges under opstart via "Advanced options"), men giver også adgang til de aller nyeste kerner. Det gøres ved brug af kernemoduler i Manjaros grafiske indstillingshåndtering eller via kommandolinjen med MHWD-kernel-kommandoen (Manjaro hardwareregistrering).
Disse Manjaro-værktøjer opdaterer automatisk en kerne som er blevet installeret for nyligt, samt moduler som er i brug med din eksisterende kerne. Hvis du f.eks. opdaterede fra kerne 4.14 to 4.19, så vil mhwd-kernel automatisk inkludere alle moduler som bruges af kerne 4.19. Det er da smart!
Disse Manjaro-værktøjer opdaterer automatisk en kerne som er blevet installeret for nyligt, samt moduler som er i brug med din eksisterende kerne. Hvis du f.eks. opdaterede fra kerne 3.18 to 4.1, så vil mhwd-kernel automatisk inkludere kerne 4.1-bygninger og alle alle moduler som bruges af kerne 3.18. Det er da smart!
Du kan konfigurere din hardware gennem hardwareregistrering-modulet, i indstillingshåndteringen eller med MHWD CLI-programmet. Med disse værktøjer kan du f.eks. installere drivere til grafikkort, frie og proprietære.
<big>Få hjælp</big>
Selvom Manjaro er designet til at virke bedst muligt fra begyndelsen, så kan vi ikke påstå at Manjaro er perfekt. Nogen gange kan noget gå galt. Du har måske spørgsmål og et ønske om at lære mere eller du vil tilpasse noget til din personlige smag. Denne side giver dig et overblik over nogle af de tilgængelige ressourcer du har for at få hjælp.
Selvom Manjaro er designet til at virke så meget "ud af kassen" som muligt, så kan vi ikke påstå at Manjaro er perfekt. Nogen gange kan noget gå galt. Du har måske spørgsmål og et ønske om at lære mere eller du vil tilpasse noget til din personlige smag. Denne side giver dig et overblik over nogle af de tilgængelige ressourcer du har for at få hjælp.
<b>Søg på webbet</b>
@ -32,12 +32,11 @@ En tredje måde at få hjælp på er ved at sende spørgsmål via e-mail til en
<big>Andre ressourcer</big>
- <a href="https://forum.manjaro.org">Manjaro Forum</a> - Officiel Manjaro Forum (engelsk).
- <a href="http://forum.manjarolinux.de">Manjaro Tyskland</a> - Officiel, support til vores tyske fællesskab.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Officiel wiki til Manjaro.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Livesnak og hjælp af brugere, til brugere.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Officiel wiki til Arch.
- <a href="https://aur.archlinux.org">AUR-repository</a> - Ekstra software som ikke findes i de almindelige repositories. Bygges fra kildekode.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Officiel wiki til Manjaro.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Officiel wiki til Arch.
- <a href="http://manjaro.org/irc-channel">IRC Chat</a> - Livesnak og hjælp af brugere, til brugere.
<big>Forslag</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.1</big>
<big>Manjaro 18.0</big>
Vi er glade for at offentliggøre en ny stabil udgivelse af Manjaro Linux, Mikah.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
Xfce-udgaven er fortsat vores stolthed og har fået den opmærksomhed, den fortjener. Få kan hævde at tilbyde en sådan poleret, integreret og førende Xfce-oplevelse. Med denne udgivelse følger Xfce 4.14 og fokus har været at at finpudse brugeroplevelsen med desktop og windows manager. Det gennemgående tema er Matcha. Den nye funktion Display-profiler giver dig mulighed for at gemme en eller flere profiler til din foretrukne skærmkonfiguration. For at gøre det lidt lettere har vi implementeret automatisk anvendelse af profiler, når nye skærme er tilsluttet.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
Vores KDE-udgave giver det kraftfulde Plasma 5.19-skrivebordsmiljø et unikt udseende og præg, som vi er designet specifikt til denne version. Det komplette sæt af Breath2-temaer inkluderer lyse og mørke versioner, animerede vinduer, Konsole-profiler, Yakuake-temaer og mange flere små detaljer. Vi har givet tekst programmet Kate nogle ekstra farveskemaer og tilbyder Plasma-Simplemenu som et alternativ til den traditionelle Kickoff-Launcher. Med et bredt udvalg af de nyeste KDE-Apps 20.08 og andre applikationer stræber Manjaro-KDE at være et alsidigt og elegant miljø klar til alle dine daglige behov.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
Med vores Gnome-udgave baseret på 3.36-serien er der visuelle opdateringer til en række applikationer og grænseflader, især login- og oplåsningsgrænseflader. GNOME shell extensions administreres nu ved hjælp af en ny app *Extensions*, der håndterer opdatering, konfiguration og fjernelse eller deaktivering af udvidelser. En knap *Forstyr ikke* blev føjet til underretnings popover. Når det er aktiveret, er meddelelser skjult, indtil knappen bliver slået fra. Som standard ændrer vores eget dynamiske tapet sit farvetema hele dagen. Derudover er GDM opdateret og vi forbedret vores Gnome-Layout-switcher. Vi opdaterede vores liste over forudinstallerede pakker, zsh er den nye standardskal, og applikationer sorteres nu i mapper i en ren appskuffe.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
Manjaro Architect understøtter nu ZFS-installation ved at levere de nødvendige kernemoduler.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
Kernel 5.8 bruges til denne udgivelse, såsom de seneste tilgængelige drivere til dato. I forhold til den sidste version af installationsmediet er vores værktøjer blevet forbedret og finpudset.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
Vi håber, du nyder denne udgivelse og fortæl os, hvad du synes om Mikah.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -1 +0,0 @@
de

View File

@ -1,37 +0,0 @@
<big>Danke für ihre Unterstützung</big>
Manjaro Linux bekommt eine Menge Unterstützung von seiner Benutzer-Gemeinschaft, und wir wollen jedem einzelnen Beitragenden fürs mitmachen danken. Wir wachsen in gleichmäßigem Tempo und unsere Distribution wird dank ihnen jeden Tag besser.
Es ist sehr leicht etwas zu bewegen. Abhängig von ihren Fähigkeiten, ihrer Verfügbarkeit können Sie Manjaro in einem oder mehreren Wegen helfen:
<big>Unterstützung und Werbung</big>
<b>Die Nachricht verbreiten</b>
Wenn Sie Manjaro mögen, lassen Sie es andere wissen. Schreiben Sie eine Rezension und veröffentlichen sie auf distrowatch.com. Reden Sie darüber mit ihren Freunden und den Leuten die Sie treffen.
<b>Der Gemeinschaft beitreten</b>
Manjaro ist nicht nur ein Betriebssystem, es ist auch eine dynamische Gemeinschaft von Benutzern die ein freies und offenes Projekt genießen, sich dafür versammeln und zusammenwirken. Sei es, indem Sie anderen helfen, Probleme zu lösen, indem Sie ihnen das Gefühl geben, willkommen zu sein, oder einfach indem Sie andere Manjaro-Benutzer treffen und sich mit ihnen unterhalten - wir empfehlen Ihnen, der Gemeinschaft beizutreten und daran mitzuwirken, Manjaro besser zu machen.
<b>Anderen helfen</b>
Wenn Sie etwas Freizeit haben und bereit sind, anderen Benutzern bei technischen Problemen zu helfen, sollten Sie ernsthaft in Erwägung ziehen, die Foren zu lesen und/oder dem IRC-Channel beizutreten und anderen Manjaro-Benutzern bei der Lösung der Probleme zu helfen, die Sie zu beheben wissen.
<big>Beiträge zum Projekt</big>
<b>Fehlerberichte</b>
Wenn Sie etwas bemerkt haben, das bei der Benutzung von Manjaro nicht richtig funktioniert, lassen Sie es uns wissen. Das Problem, das Sie entdeckt haben, wird wahrscheinlich auch andere betreffen; je früher wir davon wissen, desto schneller können wir es beheben.
<b>Neue Ideen</b>
Die überwiegende Mehrheit der Verbesserungen, die in jedem Release enthalten sind, kommen aus der Community. Wenn es etwas gibt, von dem Sie glauben, dass es fehlt oder besser gemacht werden könnte, sagen Sie es uns bitte. Ob es sich um die Aufnahme eines fehlenden Hardware-Treibers handelt, oder um eine Software-Anwendung, die Teil einer Standard-Installation sein sollte, oder ob Sie andere Ideen haben, wie man Manjaro besser machen kann, wir sind immer daran interessiert, sie zu hören.
<b>Kunstwerke</b>
Wenn Sie im Grafikdesign talentiert sind und bereit sind, zum Projekt beizutragen, senden Sie uns bitte Ihre Kreationen und Kunstwerke. Ob es ein einfaches Hintergrundbild, ein Icon-Set, ein Splash-Screen oder sogar ein neues Logo ist, wir sind immer daran interessiert, von Ihnen über neue Kunstwerke zu hören.
<b>Code</b>
Der Großteil unserer Entwicklung wird in QT, C++, Python, HTML5/CSS und BASH durchgeführt. Wir verwenden auch Git für die Versionskontrolle und PKGBUILDs für die Paketierung. Wenn Sie mit diesen Technologien vertraut sind, zögern Sie nicht, einen Blick auf den Code zu werfen. Wenn Sie denken, Sie können unsere Anwendungen verbessern oder neue schreiben, zögern Sie nicht, Patches vorzuschlagen oder unsere Git-Repositories zu forken.

View File

@ -1,47 +0,0 @@
<big>Handhabung der Hardware</big>
Manjaro unterstützt nicht nur die Verwendung mehrerer Kernel (wählbar in den erweiterten Optionen auf dem Boot-Bildschirm), sondern bietet auch Zugriff auf die allerneuesten Bleeding-Edge-Kernel. Dies kann durch die Verwendung des Kernelmoduls im grafischen Einstellungsmanager von Manjaro oder über die Kommandozeile mit dem MHWD-kernel (Manjaro Hardware Detection) Befehl erfolgen.
Diese Manjaro-Tools aktualisieren automatisch einen neu installierten Kernel zusammen mit allen Modulen, die derzeit mit Ihrem bestehenden Kernel verwendet werden. Wenn Sie zum Beispiel von Kernel 3.18 auf 4.1 aktualisieren würden, würde mhwd-kernel automatisch die Kernel 4.1-Builds und alle Module, die mit Kernel 3.18 verwendet wurden, mit einbeziehen. Was sagt man dazu!
Sie können Ihre Hardware über das Hardware-Erkennungsmodul im Einstellungsmanager oder alternativ mit der MHWD-Kommandozeilen-Applikation konfigurieren. Mit diesen Tools können Sie z.B. grafische Treiber installieren, freie und proprietäre.
<big>Hilfe holen</big>
Obwohl Manjaro so konzipiert ist, dass es so viel wie möglich "von vornherein" funktioniert, behaupten wir nicht, dass es perfekt ist. Es kann Zeiten geben, in denen etwas schief läuft, Sie Fragen haben und den Wunsch haben, mehr zu erfahren oder es einfach nur nach Ihrem Geschmack zu personalisieren. Auf dieser Seite finden Sie Details zu einigen verfügbaren Ressourcen, die Ihnen helfen können!
<b>Suche im Web</b>
Vielleicht ist der erste Ort, an dem Sie nach allgemeiner Linux-Hilfe suchen, die Verwendung Ihrer bevorzugten Suchmaschine. Fügen Sie einfach Wörter wie 'Linux', 'Manjaro' oder 'Arch' in Ihre Suchanfrage ein.
Da Manjaro auf Arch Linux basiert, gelten die für Arch entworfenen Anleitungen und Tipps in der Regel auch für Manjaro.
<b>Sehen Sie in den Foren nach</b>
Für spezifische Hilfe mit Manjaro haben wir ein spezielles Online-Forum, in dem Sie nach Themen suchen oder selbst eines erstellen können! Dies ist wahrscheinlich die nächstbeste Anlaufstelle für Zusammenarbeit, Diskussion und Hilfe. Bitten Sie um Hilfe, posten Sie Ihre Gedanken oder skizzieren Sie einige Vorschläge. Seien Sie nicht schüchtern!
Das Manjaro-Forum ist in Unterforen für verschiedene Themen und Umgebungen unterteilt, bitte stellen Sie Ihre Anfrage an der entsprechenden Stelle!
<b>Schließen Sie sich uns im IRC (Internet Relay Chat) an</b>
Eine andere Möglichkeit ist, sich uns im IRC anzuschließen, indem man unserem #manjaro Kanal auf den chat.freenode.net Servern beitritt.
<b>Melden Sie sich bei einer Mailingliste an</b>
Eine andere Möglichkeit, Hilfe zu bekommen, ist es, Fragen an die Manjaro-Mailingliste zu schicken (Sie können auch die Chronik nach vergangenen Diskussionen durchsuchen). Melden Sie sich einfach auf der Liste an, die Sie bevorzugen und folgen Sie den Anweisungen. Es gibt eine Liste mit verschiedenen Themen, schau einfach mal rein!
<big>Andere Resourcen</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - Offizielle Unterstützung für unsere deutsche Community.
- <a href="https://aur.archlinux.org">AUR Repository</a> - Zusätzliche Software, die nicht in den regulären Repositories enthalten ist und aus den Quellen gebaut wurde.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Offizielles Wiki für Manjaro.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Offizielles Wiki für Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Live-Talk und Hilfe von Anwendern für Anwender.
<big>Vorschläge</big>
Haben Sie einen Vorschlag, wie wir Manjaro besser machen können? Haben Sie etwas gefunden, das Sie miteinbezogen haben möchten oder das Sie aushelfen möchten? Bitte lassen Sie es uns wissen, indem Sie ihren Vorschlag im Forum oder im IRC veröffentlichen.
Danke schön!
Wir wünschen Ihnen viel Spaß mit Manjaro!

View File

@ -1,17 +0,0 @@
<big>Manjaro 20.1</big>
Wir freuen uns, eine weitere stabile Version von Manjaro Linux zu veröffentlichen, die wir Mikah nennen.
Die Xfce-Edition bleibt unser Flaggschiff und hat die Aufmerksamkeit erhalten, die sie verdient. Nur wenige können von sich behaupten, ein so ausgefeiltes, integriertes und hochmodernes Xfce-Erlebnis zu bieten. Mit dieser Version liefern wir Xfce 4.14 aus, und haben uns hauptsächlich darauf konzentriert, die Benutzererfahrung auf dem Desktop und im Windowmanager zu verbessern. Außerdem haben wir zu einem neuen Thema gewechselt, das wir Matcha nennen. Die neue Funktion Display-Profile ermöglicht es, ein oder mehrere Profile für ihre bevorzugte Display-Konfiguration zu speichern. Um die Sache noch mehr zu versüßen, haben wir die automatische Anwendung von Profilen beim Anschluss neuer Displays implementiert.
Unsere KDE-Edition bietet die leistungsstarke, ausgereifte und funktionsreiche Plasma 5.19 Desktop-Umgebung mit einem einzigartigen Look-and-Feel, den wir dieses Jahr komplett neu gestaltet haben. Der vollständige Satz von Breath2-Themen umfasst helle und dunkle Versionen, einen animierten Startbildschirm, Konsole-Profile, Yakuake-Skins und viele weitere kleine Details. Wir haben den Texteditor Kate mit einigen zusätzlichen Farbschemata abgerundet und bieten Plasma-Simplemenu als Alternative zum traditionellen Kickoff-Launcher an. Mit einer großen Auswahl der neuesten KDE-Anwendungen 20.08 und anderen Anwendungen will Manjaro-KDE eine vielseitige und elegante Umgebung sein, die für alle ihre täglichen Bedürfnisse bereit ist.
Mit unserer Gnome-Edition, die auf der 3.36er Serie basiert, schliessen wir visuelle Aktualisierungen für eine Reihe von Anwendungen und Schnittstellen ein, wobei besonders die Login- und Entsperrungssschnittstellen hervorzuheben sind. Die GNOME-Shell-Erweiterungen werden nun nicht mehr über Software, sondern über eine neue Erweiterungs-Anwendung verwaltet. Die Erweiterungs-App verwaltet die Aktualisierung von Erweiterungen, die Konfiguration von Erweiterungseinstellungen und das Entfernen oder Deaktivieren unerwünschter Erweiterungen. Ein "Nicht stören"-Knopf wurde zum Benachrichtigungs-Popup-Fenster hinzugefügt. Wenn sie aktiviert ist, werden die Benachrichtigungen ausgeblendet, bis die Schaltfläche deaktiviert wird. Standardmäßig ändert unser eigenes dynamisches Hintergrundbild sein Farbthema im Laufe des Tages. Außerdem haben wir den GDM aktualisiert und unseren Gnome-Layout-Switcher stark verbessert. Unsere Gnome-Edition verwendet jetzt standardmäßig Wayland. Für Nvidia-Benutzer wird jedoch X11 verwendet. Angepasste vorinstallierte Pakete, zsh Verwendung und eine saubere App-Schublade mit standardmäßig in Ordnern sortierten Anwendungen runden unsere Verbesserungen ab.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Manjaro Architect unterstützt nun die ZFS-Installation durch Bereitstellung der benötigten Kernelmodule.
Kernel 5.8 wird für diese Version verwendet, ebenso die neuesten derzeit verfügbaren Treiber. Gegenüber der letzten Version des Installationsmediums wurden unsere Tools verbessert und aufpoliert.
Wir hoffen, dass Ihnen dieses Release gefällt; lassen Sie uns wissen, was Sie von Mikah halten.

View File

@ -1,6 +1,6 @@
<big>Thanks for your support</big>
Manjaro Linux receives a great deal of support from its community of users and we would like to thank each and every contributor for participating. We are growing at a steady pace and our distribution is getting better every day thanks to you.
The Manjaro Linux receives a great deal of support from its community of users and we would like to thank each and every contributor for participating. We are growing at a steady pace and our distribution is getting better every day thanks to you.
It is very easy to make a difference. Depending on your skill set, your availability you can help Manjaro in one or more of the following ways:

View File

@ -36,7 +36,7 @@ Another way to get help is to email questions to Manjaro mailing list (you can a
- <a href="https://aur.archlinux.org">AUR Repository</a> - Extra software not in the regular repositories, built from source.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Official wiki for Manjaro.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Official wiki for Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web%7C?#manjaro">IRC Chat</a> - Live talk and help by users for users.
- <a href="http://manjaro.org/irc-channel">IRC Chat</a> - Live talk and help by users for users.
<big>Suggestions</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.1</big>
<big>Manjaro 18.0</big>
We are happy to publish another stable release of Manjaro Linux, named Mikah.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
The Xfce edition remains our flagship offering and has received the attention it deserves. Only a few can claim to offer such a polished, integrated and leading-edge Xfce experience. With this release we ship Xfce 4.14 and have mostly focused on polishing the user experience with the desktop and window manager. Also we have switched to a new theme called Matcha. A new feature Display-Profiles allows you to store one or more profiles for your preferred display configuration. We also have implemented auto-application of profiles when new displays are connected.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
Our KDE edition provides the powerful, mature and feature-rich Plasma 5.19 desktop environment with a unique look-and-feel, which we had completely re-designed in Spring 2020. The full set of Breath2-themes includes light and dark versions, animated splash-screen, Konsole profiles, Yakuake skins and many more little details. We have rounded off text editor Kate with some additional color schemes and offer Plasma-Simplemenu as an alternative to the traditional Kickoff-Launcher. With a wide selection of latest KDE-Apps 20.08 and other applications Manjaro-KDE aims to be a versatile and elegant environment ready for all your everyday needs.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
With our Gnome edition based on 3.36 series we include visual refreshes for a number of applications and interfaces, particularly noteworthy being the login and unlock interfaces. GNOME shell extensions are now managed using a new Extensions app which handles updating, configuring and removing or disabling extensions. A Do Not Disturb button was added to the notifications popover. When enabled, notifications are hidden until the button is toggled off. By default our own dynamic wallpaper changes its colour theme throughout the day. Additionally we updated GDM and improved our Gnome-Layout-Switcher a lot. We updated our list of pre-installed packages, zsh is the new default shell and applications are now sorted in folders in a clean app drawer.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
Manjaro Architect supports now ZFS installation by providing the needed kernel modules.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
Kernel 5.8 is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
We hope you enjoy this release and let us know what you think of Mikah.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -1 +0,0 @@
fr/

View File

@ -36,7 +36,7 @@ Une autre façon d'obtenir de l'aide consiste à envoyer des questions à la lis
- <a href="https://aur.archlinux.org">Dépot AUR</a> - Dépot de logiciels ne se trouvant pas dans les dépots officiels et compilés depuis la source.
- <a href="https://wiki.manjaro.org">Wiki Manjaro</a> - Wiki officiel de Manjaro.
- <a href="http://wiki.archlinux.org">Wiki Arch</a> - Wiki officiel de Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">Chat IRC</a> - Chat en direct et aide pour les utilisateurs par les utilisateurs.
- <a href="http://manjaro.org/irc-channel">Chat IRC</a> - Chat en direct et aide pour les utilisateurs par les utilisateurs.
<big>Suggestions</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.1</big>
<big>Manjaro 18.0</big>
Nous sommes heureux de publier la nouvelle version stable de Manjaro Linux, nommée Mikah.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
Xfce reste l'édition principale, avec toute l'attention qui lui est due. Peu de gens peuvent se targuer d'offrir une expérience Xfce aussi soignée, intégrée et à jour. Cette version embarque Xfce 4.14 et nous avons principalement travaillé à soigner l'expérience utilisateur sur le bureau et le gestionnaire de fenêtre. Nous avons aussi basculé vers un nouveau thème nommé Matcha. Une nouvelle fonctionnalité Profils d'affichage vous permet d'enregistrer plusieurs profils pour vos configurations préférées. Nous avons également implémenté l'application automatique de profils à la connexion de nouveaux écrans.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
Notre édition KDE délivre l'environnement de bureau Plasma 5.19, puissante, mature et fonctionnelle, avec une apparence unique, que nous avons complètement retravaillé au printemps 2020. Le paquet de thèmes Breath2 inclut des versions claires et sombres, un écran de démarrage animé, des profils Konsole, des skins Yakuake et bien plus. Nous avons complété l'éditeur Kate avec quelques palettes de couleurs, et ajouté Plasma-Simplemenu comme alternative au traditionnel lanceur Kickoff. Avec une large sélection des dernières applications KDE 20.04 et plus encore, Manjaro KDE vise à être un environnement polyvalent et élégant, prêt pour tous vos besoins quotidiens.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
Avec notre édition Gnome, basée sur la branche 3.36, nous incluons des améliorations visuelles pour un certain nombre d'applications et d'interfaces, notamment les écrans de connexion et de déverrouillage. Les extensions GNOME Shell sont maintenant gérées depuis une nouvelle application Extensions, qui contrôle les mises à jour, la configuration, la suppression et la désactivation des extensions. Un bouton Ne Pas Déranger a été ajouté à la pop-up des notifications, masquant les notifications tant qu'activé. Par défaut notre propre fond d'écran dynamique change de ton au fil de la journée. Nous avons également mis à jour GDM, et énormément amélioré Gnome-Layout-Switcher. Nous avons actualisé la liste des paquets pré-installés, zsh devient le nouveau shell par défaut et les applications sont maintenant rangées par dossiers dans le tiroir d'applications.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
La branche Pamac 9.5 a reçu quelques mises à jour. Cette fois, nous avons optimisé l'algorithme de recherche interne des dépendances pour avoir de meilleures performances, amélioré la gestion des erreurs alpm, optimisé l'algorithme de recherche interne pour une meilleure prise en charge des regex, et appliqué des améliorations de performances à la base de données. Autant que possible, nous construisons à présent les paquets AUR et les installons en une seule fois.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
Manjaro Architect supporte à présent une installation ZFS, en fournissant les modules de noyaux requis.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
Cette édition utilise le noyau 5.8, ainsi que les tous derniers pilotes disponibles à ce jour. Concernant le dernier média d'installation, nos outils ont également été améliorés et soignés.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
Nous espérons que vous apprécierez cette version, et que vous nous ferez savoir ce que vous pensez de Mikah.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -37,7 +37,7 @@ További módja a segítségkérésnek egy levelezési listára való feliratkoz
- <a href="https://aur.archlinux.org">AUR Tároló</a> - Extra szoftverek, amik nincsenek benne a hivatalos tárolókban.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - A Manjaro Linux hivatalos wikije.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Az Arch Linux hivatalos wikije.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Chat beszélgetés, és segítség felhasználóktól felhasználóknak.
- <a href="http://manjaro.org/irc-channel">IRC Chat</a> - Chat beszélgetés, és segítség felhasználóktól felhasználóknak.
<big>Ötletek</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.0</big>
<big>Manjaro 18.0</big>
We are happy to publish another stable release of Manjaro Linux, named Lysia.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
The Xfce edition remains our flagship offering and has received the attention it deserves. Only a few can claim to offer such a polished, integrated and leading-edge Xfce experience. With this release we ship Xfce 4.14 and have mostly focused on polishing the user experience with the desktop and window manager. Also we have switched to a new theme called Matcha. A new feature Display-Profiles allows you to store one or more profiles for your preferred display configuration. We also have implemented auto-application of profiles when new displays are connected.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
Our KDE edition provides the powerful, mature and feature-rich Plasma 5.18 desktop environment with a unique look-and-feel, which we completely re-designed in 2020. The full set of Breath2-themes includes light and dark versions, animated splash-screen, Konsole profiles, Yakuake skins and many more little details. We have rounded off text editor Kate with some additional color schemes and offer Plasma-Simplemenu as an alternative to the traditional Kickoff-Launcher. With a wide selection of latest KDE-Apps 20.04 and other applications Manjaro-KDE aims to be a versatile and elegant environment ready for all your everyday needs.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
With our Gnome edition based on 3.36 series we include visual refreshes for a number of applications and interfaces, particularly noteworthy being the login and unlock interfaces. GNOME shell extensions are now managed using a new Extensions app which handles updating, configuring and removing or disabling extensions. A Do Not Disturb button was added to the notifications popover. When enabled, notifications are hidden until the button is toggled off. By default our own dynamic wallpaper changes its colour theme throughout the day. Additionally we updated GDM and improved our Gnome-Layout-Switcher a lot. We updated our list of pre-installed packages, zsh is the new default shell and applications are now sorted in folders in a clean app drawer.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
Pamac 9.4 series received a few updates. Enhancing our package management we have enabled snap and flatpak support by default. You can now install snaps or flatpaks very easily with Pamac in UI and terminal to make more use of an even much larger selection of latest Linux applications. For Gnome users we enabled similar features as supported by Gnome-Software to get more package information by simply right clicking them in gnome-shell app drawer. And if you search for an app you don't have, pamac offers to install it for you.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
Manjaro Architect supports now ZFS installation by providing the needed kernel modules.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
Kernel 5.6 is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
We hope you enjoy this release and let us know what you think of Lysia.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -1,37 +0,0 @@
<big>Grazie per il tuo supporto</big>
Manjaro Linux riceve un grande supporto dalla sua comunità di utenti e vorremmo ringraziare tutti per la partecipazione. Stiamo crescendo a un ritmo costante e la nostra distribuzione sta migliorando ogni giorno grazie a te.
È molto facile fare la differenza. A seconda delle tue capacità, della tua disponibilità puoi aiutare Manjaro in uno o più dei seguenti modi:
<big>Supporto e promozione</big>
<b>Spargere la parola</b>
Se ti piace Manjaro, fallo sapere. Scrivi una recensione e pubblicala su distrowatch.com. Parlane con i tuoi amici e le persone intorno a te.
<b>Unirsi alla community</b>
Manjaro non è solo un sistema operativo, è anche una comunità dinamica di persone che si divertono, si riuniscono e interagiscono con un progetto libero e aperto. Sia aiutando gli altri a risolvere i problemi, facendoli sentire i benvenuti, o semplicemente incontrando e parlando con altri utenti di Manjaro, ti consigliamo di unirti alla comunità e partecipare per migliorare Manjaro.
<b>Aiutare gli altri</b>
Se hai del tempo libero e sei disposto ad aiutare altri utenti con problemi tecnici, dovresti prendere in seria considerazione la lettura dei forum e/o l'adesione al canale IRC e aiutare gli altri utenti di Manjaro a risolvere i problemi che sai risolvere.
<big>Contributi al progetto</big>
<b>Segnalazioni di bug</b>
Se hai notato qualcosa che non funziona correttamente durante l'utilizzo di Manjaro, faccelo sapere. È probabile che il problema che hai scoperto riguardi anche altri; Prima lo sappiamo, prima siamo in grado di risolverlo.
<b>Nuove idee</b>
La stragrande maggioranza dei miglioramenti inclusi in ogni versione proviene dalla comunità. Se c'è qualcosa che ritieni manchi o che potrebbe essere fatto meglio, ti preghiamo di comunicarcelo. Che si tratti dell'inclusione di un driver hardware mancante o di un'applicazione software che dovrebbe far parte di un'installazione stock o di eventuali idee su come migliorare Manjaro, siamo sempre interessati a sentirli.
<b>Artworks</b>
Se hai talento nella progettazione grafica e desideri contribuire al progetto, ti preghiamo di inviarci le tue creazioni e opere d'arte. Che si tratti di un semplice sfondo, un set di icone, una schermata iniziale o persino un nuovo logo, siamo sempre interessati alle tue opere.
<b>Codice</b>
Gran parte del nostro sviluppo avviene in QT, C++, Python, HTML5/CSS e BASH. Utilizziamo anche Git per il controllo della versione e PKGBUILD per il packaging. Se hai dimestichezza con queste tecnologie, non esitare a dare un'occhiata al codice. Se pensi di poter migliorare le nostre applicazioni o di scriverne di nuove, non esitare a suggerire patch o a forkare i nostri repository git.

View File

@ -1,47 +0,0 @@
<big> Gestione dell'hardware </big>
Manjaro non supporta solo l'uso di più kernel (selezionabili dalle opzioni avanzate nella schermata di avvio), ma fornisce anche l'accesso ai kernel più moderni e recenti. Questo può essere fatto tramite l'uso del modulo Kernel nel Settings Manager di Manjaro o tramite la riga di comando usando il comando MHWD-kernel (Manjaro Hardware Detection).
Questi strumenti di Manjaro aggiorneranno automaticamente un nuovo kernel appena installato insieme a tutti i moduli attualmente in uso con il kernel precedente. Ad esempio, se si aggiornasse dal kernel 3.18 al 4.1, mhwd-kernel includerebbe automaticamente le build del kernel 4.1 e tutti i moduli usati con il kernel 3.18. Tutto automaticamente!
È possibile configurare l'hardware tramite il modulo Hardware Detection in Settings Manager o in alternativa con l'applicazione da terminale MHWD. Con questi strumenti è possibile installare ad esempio driver grafici, sia gratuiti sia proprietari.
<big> Come ottenere aiuto </big>
Sebbene Manjaro sia progettato per funzionare il più "fuori dagli schemi" possibile, non pretendiamo che sia perfetto. Ci possono essere momenti in cui le cose non funzionino, potresti avere domande e il desiderio di saperne di più o vuoi semplicemente personalizzarlo secondo i tuoi gusti. Questa pagina fornisce i dettagli di alcune risorse disponibili per aiutarti!
<b> Cerca nel Web </b>
Forse il primo posto dove cercare aiuto generico per Linux è usando il tuo motore di ricerca preferito. Includi parole come "Linux", "Manjaro" o "Arch" nella tua ricerca.
Poiché Manjaro si basa su Arch Linux, le guide e i suggerimenti progettati per Arch di solito si applicano anche a Manjaro.
<b> Cerca nei forum </b>
Per un aiuto specifico con Manjaro abbiamo un forum online dedicato dove puoi cercare argomenti o crearne uno tu stesso! Questo è probabilmente il secondo posto migliore dove andare per cercare aiuto, discutere e collaborare. Chiedi, pubblica i tuoi pensieri o proponi alcuni suggerimenti. Non essere timido!
Il forum Manjaro è diviso in sotto-forum per diversi argomenti e ambienti, si prega di inviare la richiesta nel posto appropriato!
<b> Unisciti a noi su IRC (Internet Relay Chat) </b>
Un'altra opzione è quella di unirti a noi su IRC usando il nostro canale #manjaro sui server chat.freenode.net.
<b> Iscriviti a una mailing list </b>
Un altro modo per ottenere aiuto è inviare domande via e-mail alla mailing list di Manjaro (puoi anche cercare nella cronologia le discussioni passate). Iscriviti semplicemente all'elenco che preferisci e segui le istruzioni. C'è un elenco dedicato a diversi argomenti, basta dare un'occhiata!
<big> Altre risorse </big>
- <a href="https://www.manjaro-it.org/Forum_Manjaro"> Manjaro Italia </a> - Supporto non ufficiale per la nostra comunità italiana.
- <a href="https://aur.archlinux.org"> Repository AUR </a> - Software aggiuntivo non presente nei normali repository, creato dal codice sorgente.
- <a href="https://wiki.manjaro.org"> Manjaro Wiki </a> - Wiki ufficiale di Manjaro.
- <a href="http://wiki.archlinux.org"> Arch Wiki </a> - Wiki ufficiale di Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro"> Chat IRC </a> - Comunicazione in tempo reale e canale di aiuto degli utenti per gli utenti.
<big> Suggerimenti </big>
Hai un suggerimento su come possiamo migliorare Manjaro? Hai trovato qualcosa che vuoi includere o vuoi dare una mano? Fatecelo sapere, pubblicando il tuo suggerimento sul forum o entrando nel canale IRC.
Grazie!
Ci auguriamo che ti piaccia usare Manjaro!

View File

@ -1,17 +0,0 @@
<big> Manjaro 20.1 </big>
Siamo felici di pubblicare un'altra versione stabile di Manjaro Linux, nome in codice Mikah.
L'edizione Xfce rimane la nostra offerta di punta e ha ricevuto l'attenzione che merita. Pochi possono affermare di offrire un'esperienza Xfce così raffinata, integrata e all'avanguardia. Con questa versione distribuiamo Xfce 4.14 e ci siamo concentrati principalmente sulla affinatezza dell'esperienza utente con desktop e window manager. Inoltre siamo passati a un nuovo tema di nome Matcha. La nuova funzione "Display Profile" consente di memorizzare uno o più profili per la configurazione di visualizzazione preferita. Per rendere l'operazione ancora più semplice, abbiamo implementato l'auto-applicazione dei profili quando sono collegati nuovi display.
La nostra edizione KDE offre l'ambiente Plasma 5.19 potente, maturo e ricco di funzionalità con un aspetto unico che abbiamo completamente riprogettato per questa versione. Il set completo di temi di Breath2 include versioni chiare e scure, splash-screen animato, profili Konsole, skin Yakuake e molti altri piccoli dettagli. Abbiamo completato l'editor di testo Kate con alcune combinazioni di colori aggiuntive e offriamo Plasma-Simplemenu in alternativa al tradizionale Kickoff-Launcher. Con un'ampia selezione delle ultime app KDE 20.08 e di altre applicazioni, Manjaro-KDE punta a essere un ambiente versatile ed elegante pronto per tutte le esigenze quotidiane.
Con la nostra edizione di Gnome basata sulla serie 3.36 includiamo aggiornamenti visivi per una serie di applicazioni e interfacce, in particolare degne di nota come l'interfaccia di accesso e di sblocco. Le estensioni della shell GNOME sono ora gestite usando una nuova app chiamata Extensions che gestisce anche l'aggiornamento, la configurazione e la rimozione o la disabilitazione delle estensioni. Un pulsante Non disturbare è stato aggiunto al popover delle notifiche. Quando abilitato, le notifiche vengono nascoste fino a quando il pulsante non viene disattivato. Per impostazione predefinita, il nostro sfondo dinamico cambia il tema del colore nel corso della giornata. Inoltre abbiamo aggiornato GDM e migliorato molto il nostro Gnome-Layout-Switcher. Abbiamo aggiornato il nostro elenco di pacchetti preinstallati, zsh è la nuova shell predefinita e le applicazioni sono ora ordinate in cartelle all'interno dell' app drawer di Gnome
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Manjaro Architect supporta ora l'installazione di ZFS fornendo i moduli del kernel necessari.
Per questa versione abbiamo scelto il Kernel 5.8, insieme agli ultimi driver disponibili fino ad oggi. Rispetto all'ultima versione del supporto di installazione, i nostri strumenti sono stati migliorati e perfezionati.
Speriamo che questa versione sia di tuo gradimento e ti chiediamo di farci sapere cosa pensi di Mikah.

View File

@ -1,37 +0,0 @@
<big>당신의 지원에 감사드립니다</big>
만자로 리눅스는 사용자 커뮤니티로부터 많은 지원을 받고 있으며 참여해주신 모든 분들께 감사드립니다. 우리는 꾸준한 속도로 성장하고 있으며, 여러분 덕분에 매일 배포판이 나아지고 있습니다.
변화를 만드는 것은 매우 쉽습니다. 당신의 기량에 따라 다음 방법중 하나 이상의 방법으로 만자로를 도울 수 있습니다:
<big>지원 및 프로모션</big>
<b>만자로 전파</b>
만자로를 좋아하면 사람들에게 알려 주세요. 리뷰를 작성하여 distrowatch.com.에 게시하세요. 친구들과 주변 사람들과 만자로에 대해 이야기하세요.
<b>커뮤니티 가입</b>
만자로는 단순한 운영 체제가 아니라 자유롭고 개방적인 프로젝트를 즐기고, 수집하고, 상호 작용하는 사람들의 역동적인 커뮤니티이기도 합니다. 다른 사람들이 문제를 해결하도록 돕거나, 환영받는다고 느끼거나, 단순히 다른 만자로 사용자와 만나 대화를 나누면 커뮤니티에 가입하여 만자로를 더 좋게 만드는 데 참여할 것을 권합니다.
<b>다른 사람들 돕기</b>
여가 시간이 있고 기술적인 문제가 있는 다른 사용자를 돕고자 하는 경우 포럼을 읽거나 IRC 채널에 가입하고 다른 만자로 사용자가 해결하는 방법을 알고 있는 문제를 해결할 수 있도록 도와야 합니다.
<big>프로젝트 기여도</big>
<b>버그 보고서</b>
만자로를 사용하다가 제대로 작동하지 않는 것을 발견한 경우 저희에게 알려주세요. 발견한 문제는 다른 사람에게도 영향을 미칠 수 있습니다. 우리가 그것에 대해 더 빨리 알수록, 우리는 그것을 빨리 고칠 수 있습니다.
<b>새로운 아이디어</b>
각 릴리스에 포함된 대부분의 개선 사항은 커뮤니티에서 제공됩니다. 누락되거나 더 잘 될 수 있는 일이 있다면 말씀해 주세요. 누락 된 하드웨어 드라이버가 포함되어 있는지, 또는 저장소 설치의 일부가 되어야하는 소프트웨어 응용 프로그램이 포함되어 있는지 또는 만자로를 개선하는 방법에 대한 다른 아이디어가 있는 경우에는 항상 이 정보를 듣는데 관심이 있습니다.
<b>아트워크</b>
그래픽 디자인에 재능이 있으시고 프로젝트에 기꺼이 기여하실 의향이 있으시다면 창작물과 작품을 보내주시기 바랍니다. 간단한 벽지든 아이콘 세트든, 스플래시 스크린이든, 심지어 새로운 로고든, 우리는 항상 여러분으로부터 새로운 예술작품에 대한 이야기를 듣고 싶습니다.
<b>코드</b>
대부분의 개발은 QT, C++, Python, HTML5/CSS 및 BASH에서 수행됩니다. 또한 버전 제어에는 Git를, 패키징에는 PKGBUILD를 사용합니다. 이러한 기술에 익숙하다면 주저하지 말고 코드를 살펴보시기 바랍니다. 애플리케이션을 향상시키거나 새로운 애플리케이션을 작성할 수 있다고 생각되면 주저하지 말고 패치를 제안하거나 Git 저장소를 포킹합니다.

View File

@ -1,47 +0,0 @@
<big>하드웨어 처리</big>
만자로는 여러 커널(부팅 화면의 고급 옵션에서 선택 가능) 사용을 지원할뿐만 아니라 최신 최첨단 커널에 대한 액세스도 제공합니다. 이것은 만자로의 그래픽 설정 관리자에서 커널 모듈을 사용하거나 MHWD-kernel (Manjaro 하드웨어 감지) 명령을 사용하는 명령 행을 통해 수행 할 수 있습니다.
이러한 만자로 도구는 현재 기존 커널과 함께 새로 설치된 커널과 함께 자동으로 업데이트됩니다. 예를 들어 커널 3.18에서 4.1로 업데이트하는 경우 mhwd-kernel에는 커널 4.1 빌드와 커널 3.18에 사용되는 모든 모듈이 자동으로 포함됩니다. 이거 대단하군!
설정 관리자의 하드웨어 감지 모듈 또는 MHWD cli-application을 사용하여 하드웨어를 구성 할 수 있습니다. 이 도구를 사용하면 그래픽 드라이버(무료 및 독점)를 설치할 수 있습니다.
<big>도움말 얻기</big>
만자로는 최대한 "빠르게" 작동하도록 설계되었지만, 우리는 만자로가 완벽하다고 주장하지는 않습니다. 상황이 잘못될 때, 여러분은 질문이 있을 수도 있고, 더 많이 배우고 싶은 욕구가 있을 수도 있고, 아니면 여러분의 취향에 맞게 그것을 개인화하고 싶을 수도 있습니다. 이 페이지에서는 유용하게 사용할 수 있는 리소스에 대한 세부 정보를 제공합니다!
<b>웹 검색</b>
아마도 일반적인 리눅스 도움말을 찾을 수 있는 첫 번째 장소는 좋아하는 검색 엔진을 사용하는 것입니다. 검색어에 'Linux', 'Manjaro' 또는 'Arch'와 같은 단어를 포함하기만 하면 됩니다.
만자로는 아치 리눅스를 기반으로 하기 때문에 아치용으로 설계된 가이드와 팁은 보통 만자로에도 적용됩니다.
<b>포럼 보기</b>
만자로에 대한 구체적인 도움을 위해 우리는 여러분이 주제를 검색하거나 직접 주제를 만들 수 있는 전용 온라인 포럼을 가지고 있습니다! 이 곳은 아마도 공동 작업, 토론 및 지원을 위한 차선책이 될 것입니다. 도움을 요청하거나, 생각을 게시하거나, 몇 가지 제안을 개략적으로 설명하세요. 부끄러워하지 마세요!
만자로 포럼은 다양한 주제와 환경에 대한 하위 포럼으로 나뉘어져 있습니다. 적절한 장소에 질문을 게시하십시오!
<b>IRC에 참여하기 (Internet Relay Chat)</b>
또 다른 옵션은 chat.freenode.net 서버에서 #manjaro 채널에 가입하여 IRC에 가입하는 것입니다.
<b>메일링 리스트에 등록</b>
도움을 받을 수 있는 또 다른 방법은 질문을 만자로 메일링 리스트로 보내는 것입니다(과거 토론 기록을 검색할 수도 있음). 원하는 목록에 등록하고 지침을 따릅니다. 몇 가지 주제에 대한 목록이 있습니다. 한 번 보세요!
<big>기타 리소스</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - 공식, 독일 커뮤니티 지원 사이트.
- <a href="https://aur.archlinux.org">AUR Repository</a> - 소스에서 빌드된 일반 저장소에 없는 추가 소프트웨어
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - 만자로 공식 위키.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - 아치 공식 위키.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - 사용자를 위한 사용자의 실시간 대화 및 도움말.
<big>의견들</big>
만자로를 더 좋게 만들 수 있는 방법에 대한 제안이 있나요? 당신이 포함시키거나 도와주고 싶은 것을 찾았습니까? 포럼에 제안을 게시하거나 IRC에 들러 알려주십시오.
감사합니다!
만자로를 즐겨 사용하시길 바랍니다!

View File

@ -1,17 +0,0 @@
<big>Manjaro 20.1</big>
We are happy to publish another stable release of Manjaro Linux, named Mikah.
The Xfce edition remains our flagship offering and has received the attention it deserves. Only a few can claim to offer such a polished, integrated and leading-edge Xfce experience. With this release we ship Xfce 4.14 and have mostly focused on polishing the user experience with the desktop and window manager. Also we have switched to a new theme called Matcha. A new feature Display-Profiles allows you to store one or more profiles for your preferred display configuration. We also have implemented auto-application of profiles when new displays are connected.
Our KDE edition provides the powerful, mature and feature-rich Plasma 5.19 desktop environment with a unique look-and-feel, which we had completely re-designed in Spring 2020. The full set of Breath2-themes includes light and dark versions, animated splash-screen, Konsole profiles, Yakuake skins and many more little details. We have rounded off text editor Kate with some additional color schemes and offer Plasma-Simplemenu as an alternative to the traditional Kickoff-Launcher. With a wide selection of latest KDE-Apps 20.08 and other applications Manjaro-KDE aims to be a versatile and elegant environment ready for all your everyday needs.
With our Gnome edition based on 3.36 series we include visual refreshes for a number of applications and interfaces, particularly noteworthy being the login and unlock interfaces. GNOME shell extensions are now managed using a new Extensions app which handles updating, configuring and removing or disabling extensions. A Do Not Disturb button was added to the notifications popover. When enabled, notifications are hidden until the button is toggled off. By default our own dynamic wallpaper changes its colour theme throughout the day. Additionally we updated GDM and improved our Gnome-Layout-Switcher a lot. We updated our list of pre-installed packages, zsh is the new default shell and applications are now sorted in folders in a clean app drawer.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Manjaro Architect supports now ZFS installation by providing the needed kernel modules.
Kernel 5.8 is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
We hope you enjoy this release and let us know what you think of Mikah.

View File

@ -1,37 +0,0 @@
<big> Dzięki za wsparcie </big>
Manjaro Linux otrzymuje ogromne wsparcie od swojej społeczności użytkowników i chcielibyśmy podziękować każdemu wspierającemu za udział. Rozwijamy się w stałym tempie, a dzięki Tobie nasza dystrybucja z każdym dniem jest coraz lepsza.
Bardzo łatwo jest coś zmienić. W zależności od twojego zestawu umiejętności, twojej dostępności możesz pomóc Manjaro na jeden lub więcej z następujących sposobów:
<big> Wsparcie i promocja </big>
<b> Rozpowszechnianie informacji </b>
Jeśli lubisz Manjaro, daj znać innym. Napisz recenzję i opublikuj ją na distrowatch.com. Porozmawiaj o tym ze swoimi przyjaciółmi i ludźmi wokół ciebie.
<b> Dołączanie do społeczności </b>
Manjaro to nie tylko system operacyjny, ale także dynamiczna społeczność ludzi, którzy cieszą się, gromadzą i wchodzą w interakcje z wolnym i otwartym projektem. Niezależnie od tego, czy chodzi o pomaganie innym w rozwiązywaniu problemów, sprawianie, że czują się mile widziani, czy po prostu spotykając się i rozmawiając z innymi użytkownikami Manjaro, zalecamy dołączenie do społeczności i udział w ulepszaniu Manjaro.
<b> Pomaganie innym </b>
Jeśli masz trochę wolnego czasu i chcesz pomóc innym użytkownikom w rozwiązywaniu problemów technicznych, powinieneś poważnie rozważyć czytanie forów i / lub dołączenie do kanału IRC i pomoc innym użytkownikom Manjaro w rozwiązywaniu problemów, które wiesz, jak naprawić.
<big> Wkład do projektu </big>
<b> Raporty o błędach </b>
Jeśli zauważyłeś coś, co nie działa poprawnie podczas korzystania z Manjaro, daj nam znać. Problem, który odkryłeś, prawdopodobnie wpłynie również na innych. Im szybciej się o tym dowiemy, tym szybciej będziemy mogli to naprawić.
<b> Nowe pomysły </b>
Zdecydowana większość ulepszeń zawartych w każdym wydaniu pochodzi od społeczności. Jeśli Twoim zdaniem brakuje czegoś, co można zrobić lepiej, poinformuj nas o tym. Niezależnie od tego, czy jest to dołączenie brakującego sterownika sprzętu, czy aplikacji, która powinna być częścią standardowej instalacji, czy też masz inne pomysły, jak ulepszyć Manjaro, zawsze jesteśmy zainteresowani ich usłyszeniem.
<b> Grafika </b>
Jeśli masz talent do projektowania graficznego i chcesz wnieść swój wkład w projekt, prześlij nam swoje kreacje i grafiki. Niezależnie od tego, czy jest to prosta tapeta, zestaw ikon, ekran powitalny, czy nawet nowe logo, zawsze jesteśmy zainteresowani usłyszeniem od Ciebie o nowej grafice.
<b> Kod </b>
Większość naszego kodu jest pisana w QT, C ++, Pythonie, HTML5 / CSS i BASH. Używamy również Gita do kontroli wersji i PKGBUILD do pakowania. Jeśli czujesz się komfortowo z tymi technologiami, nie wahaj się rzucić okiem na kod. Jeśli myślisz, że możesz ulepszyć nasze aplikacje lub napisać nowe, nie wahaj się zasugerować łatek lub rozwidlić nasze repozytoria git.

View File

@ -1,49 +0,0 @@
<big> Obsługa sprzętu </big>
Manjaro nie tylko obsługuje instalację wielu jąder (wybieranych z zaawansowanych opcji na ekranie startowym), ale także zapewnia dostęp do najnowszych jąder „bleeding edge”. Można to zrobić za pomocą modułu Jądro w graficznym menedżerze ustawień Manjaro lub za pomocą wiersza poleceń przy użyciu polecenia mhwd-kernel (Manjaro Hardware Detection).
Te narzędzia Manjaro automatycznie zaktualizują nowo zainstalowane jądro wraz z wszystkimi modułami aktualnie używanymi z istniejącym jądrem. Na przykład, gdybyś zaktualizował jądro z 3.18 do 4.1, mhwd-kernel automatycznie zainstaluje kompilacje jądra 4.1 i wszystkie moduły używane z jądrem 3.18. Co ty na to!
Możesz skonfigurować swój sprzęt za pomocą modułu wykrywania sprzętu w Menedżerze ustawień lub alternatywnie za pomocą aplikacji MHWD z linii komend. Za pomocą tych narzędzi możesz zainstalować na przykład sterowniki graficzne, bezpłatne i zastrzeżone.
<big> Uzyskiwanie pomocy </big>
Chociaż Manjaro jest zaprojektowany tak, aby działał jak najlepiej „po wyjęciu z pudełka”, nie twierdzimy, że jest idealny. Może się zdarzyć, że coś pójdzie nie tak, możesz mieć pytania i chcieć dowiedzieć się więcej lub po prostu chcesz dostosować Manjaro do swoich upodobań. Ta strona zawiera szczegółowe informacje na temat dostępnych zasobów, które mogą Ci pomóc!
<b> Szukaj w internecie </b>
Być może pierwszym miejscem, w którym należy szukać ogólnej pomocy dla systemu Linux, jest skorzystanie z ulubionej wyszukiwarki. Po prostu uwzględnij w zapytaniu słowa takie jak „Linux”, „Manjaro” lub „Arch”.
Ponieważ Manjaro jest oparty na Arch Linux, przewodniki i porady zaprojektowane dla Arch zwykle dotyczą również Manjaro.
<b> Przeszukaj fora </b>
Aby uzyskać konkretną pomoc dotyczącą Manjaro, mamy dedykowane forum internetowe, na którym możesz wyszukiwać tematy lub tworzyć własne! Jest to prawdopodobnie kolejne najlepsze miejsce do współpracy, dyskusji i pomocy. Poproś o pomoc, podziel się swoimi przemyśleniami lub przedstaw kilka sugestii. Nie wstydź się!
Forum Manjaro jest podzielone na pod-fora dla różnych tematów i środowisk, prosimy o wysłanie zapytania w odpowiednim miejscu!
- <a href="https://forum.manjaro.org"> Oficjalne Forum Manjaro</a>
<b> Dołącz do nas na IRC (Internet Relay Chat) </b>
Inną opcją jest dołączenie do nas na IRC poprzez dołączenie do naszego kanału #manjaro na serwerach chat.freenode.net.
<b> Zarejestruj się na liście mailingowej </b>
Innym sposobem uzyskania pomocy jest wysłanie pytań e-mailem na listy mailingowe Manjaro (możesz również przeszukać historię pod kątem wcześniejszych dyskusji). Po prostu zarejestruj się na preferowaną listę i postępuj zgodnie z instrukcjami. Jest lista poświęcona kilku tematom, wystarczy spojrzeć!
<big> Inne zasoby </big>
- <a href="https://forum.manjaro.pl"> Forum Manjaro PL </a> - wsparcie dla naszej polskiej społeczności.
- <a href="https://aur.archlinux.org"> Repozytorium AUR </a> - Dodatkowe oprogramowanie, którego nie ma w zwykłych repozytoriach, zbudowane ze źródeł.
- <a href="https://wiki.manjaro.org"> Manjaro Wiki </a> - Oficjalna wiki Manjaro.
- <a href="http://wiki.archlinux.org"> Arch Wiki </a> - Oficjalna wiki Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web%7C?#manjaro"> Czat IRC </a> - rozmowy na żywo i pomoc od użytkowników dla użytkowników.
<big> Sugestie </big>
Masz sugestię, jak możemy ulepszyć Manjaro? Znalazłeś coś, co chcesz uwzględnić, lub chcesz pomóc? Daj nam znać, publikując swoje sugestie na forum lub wpadnij na IRC.
Dziękujemy!
Mamy nadzieję, że spodoba Ci się Manjaro!

View File

@ -1,17 +0,0 @@
<big>Manjaro 20.1</big>
Z radością publikujemy kolejne stabilne wydanie Manjaro Linux o nazwie Mikah.
Naszym flagowym wydaniem wciąż jest Xfce, które cieszy się taką uwagą, na jaką zasługuje. Tylko nieliczni mogą twierdzić, że oferują tak dopracowane, zintegrowane i najnowocześniejsze doświadczenia z Xfce. W tym wydaniu dostarczamy Xfce 4.14 i skupiliśmy się głównie na dopracowaniu wrażeń użytkownika z pulpitu i menedżera okien. Dodatkowo przeszliśmy na nowy motyw o nazwie Matcha. Nowa funkcja Display-Profiles pozwala na przechowywanie jednego lub więcej profili dla preferowanej konfiguracji wyświetlania. Zaimplementowaliśmy także automatyczne stosowanie profili po podłączeniu nowych ekranów.
Nasza edycja KDE dostarcza potężne, dojrzałe i bogate w funkcje środowisko Plasma 5.19 o unikalnym wyglądzie i działaniu, które całkowicie przeprojektowaliśmy wiosną 2020. Pełen zestaw motywów Breath2 obejmuje jasną i ciemną wersję, animowany ekran powitalny, profile Konsoli, skórki Yakuake i wiele innych drobiazgów. Dodaliśmy do edytora tekstu Kate kilka schematów kolorów oraz oferujemy aplet Simplemenu jako alternatywę dla tradycyjnego Kickoff-Launchera. Manjaro KDE zawiera szeroki wybór aplikacji KDE 20.8 oraz innych programów, dzięki czemu jest wszechstronnym i eleganckim środowiskiem gotowym na wszystkie Twoje codzienne potrzeby.
W wydaniu Gnome opartym na serii 3.36 odświeżyliśmy liczne aplikacje i ekrany, szczególnie warte uwagi są ekrany logowania i odblokowywania. Rozszerzeniami Gnome zarządza się teraz za pomocą nowej aplikacji Rozszerzenia, która obsługuje aktualizowanie, konfigurowanie i usuwanie lub wyłączanie rozszerzeń. Do okienka powiadomień dodano przycisk "Nie przeszkadzać". Po jego aktywowaniu powiadomienia są ukryte do momentu wyłączenia przycisku. Domyślnie nasza tapeta zmienia swój motyw kolorystyczny w ciągu dnia. Dodatkowo zaktualizowaliśmy GDM i znacznie ulepszyliśmy przełącznik układów Gnome. Zaktualizowaliśmy listę preinstalowanych pakietów, powłoka zsh jest teraz domyślną powłoką terminala, a aplikacje są teraz posortowane w foldery w menu.
Pamac w wydaniu 9.5 otrzymał kilka aktualizacji. Tym razem zoptymalizowaliśmy wewnętrzny algorytm sprawdzania depozytów w celu uzyskania lepszej wydajności, poprawiliśmy obsługę błędów alpm, zoptymalizowaliśmy algorytm wyszukiwania do lepszej obsługi wyrażeń regularnych i zwiększyliśmy wydajność bazy danych. Teraz w jednym przebiegu budujemy i instalujemy jak najwięcej pakietów AUR.
Manjaro Architect obsługuje teraz instalację ZFS poprzez dostarczenie potrzebnych modułów kernela.
W tym wydaniu dostarczamy kernel 5.8 oraz najnowsze dostępne w dniu wydania sterowniki. Nasze narzędzia w porównaniu do poprzedniego wydania zostały ulepszone i dopracowane.
Mamy nadzieję, że spodoba Ci się to wydanie. Daj nam znać co myślisz o Mikah.

View File

@ -33,10 +33,10 @@ Outra maneira de obter ajuda é enviar e-mail perguntas para Manjaro mailing lis
<big>Outros recursos</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - Oficial, apoio para a nossa comunidade alemã.
- <a href="https://aur.archlinux.org">AUR Repository</a> - Software extra não disponível nos repositórios normais, construído a partir da fonte.
- <a href="https://aur.archlinux.org">AUR Repository</a> - Software extra não nos repositórios normais, construído a partir da fonte.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Oficial wiki para Manjaro.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Oficial wiki para Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Conversa ao vivo e ajuda por usuários para usuários.
- <a href="http://manjaro.org/irc-channel">IRC Chat</a> - Conversa ao vivo e ajuda por usuários para usuários.
- <a href="http://manjaro-linux.com.br/">Fórum Manjaro Brasil</a> - Fórum Manjaro Brasil
<big>Sugestões</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.1</big>
<big>Manjaro 18.0</big>
Estamos felizes em publicar outra versão estável do Manjaro Linux, chamada Mikah.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
A edição XFCE continua sendo nossa principal oferta e recebeu a atenção que merece. Apenas alguns podem afirmar oferecer uma experiência tão refinada, integrada e de ponta no XFCE. Com esta versão, enviamos o XFCE 4.14 e nós concentramos principalmente em aprimorar a experiência do usuário com o gerenciador de desktop e janela. Também mudamos para um novo tema chamado Matcha. Um novo recurso Display-Profiles permite armazenar um ou mais perfis para sua configuração de exibição preferida. Também implementamos a aplicação automática de perfis quando novos monitores são conectados.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
Nossa edição do KDE fornece ao ambiente de desktop Plasma 5.19 poderoso, maduro e rico em recursos, uma aparência e sensação únicas que foram completamente redesenhadas em 2020. O conjunto completo de temas do Breath2 inclui versões clara e escura, uma animada tela de abertura, perfis para o Konsole, skins Yakuake e muitos outros pequenos detalhes. Encerramos o editor de texto Kate com alguns esquemas de cores adicionais e oferecemos o Plasma-Simplemenu como uma alternativa ao tradicional Kickoff-Launcher. Com uma ampla seleção dos mais recentes aplicativos do KDE 20.08 e outros aplicativos, o Manjaro KDE busca ser um ambiente versátil e elegante, pronto para todas as suas necessidades diárias.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
Com nossa edição do GNOME baseada na série 3.36, incluímos atualizações visuais para vários aplicativos e interfaces, sendo de destacar as interfaces de login e desbloqueio. As extensões de shell do GNOME agora são gerenciadas usando um novo aplicativo de extensões que lida com a atualização, configuração e remoção ou desativação de extensões. Um botão Não perturbe foi adicionado ao popover de notificações. Quando ativada, as notificações ficam ocultas até que o botão seja desativado. Por padrão, nosso próprio papel de parede dinâmico muda seu tema de cores ao longo do dia. Além disso, atualizamos o GDM e melhoramos muito o nosso Gnome-Layout-Switcher. Atualizamos nossa lista de pacotes pré-instalados, ZSH é o novo shell padrão e os aplicativos agora são classificados em pastas em uma gaveta limpa de aplicativos.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
O Manjaro Architect agora suporta a instalação do ZFS, fornecendo os módulos de kernel necessários.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
O kernel 5.8 é usado para esta versão, como os drivers mais recentes disponíveis até o momento. Em relação ao último release da mídia de instalação, nossas ferramentas foram aprimoradas e polidas.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
Esperamos que você goste deste lançamento e deixe-nos saber o que você acha da Mikah.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -1,37 +0,0 @@
<big>Obrigado pelo seu apoio</big>
O Manjaro Linux recebe um grande apoio da sua comunidade de utilizadores e gostaríamos de agradecer a todos e a cada contribuinte por participar. Estamos a crescer a um ritmo constante e a nossa distribuição está a melhorar a cada dia, graças a você.
É muito fácil fazer a diferença. Dependendo das suas competências e da sua disponibilidade, você pode ajudar o Manjaro de várias formas:
<big>Suporte e Promoção</big>
<b>Passando a palavra</b>
Se você gosta do Manjaro, que as pessoas o saibam. Escreva um comentário e publique-o em distrowatch.com. Fale sobre isso com os seus amigos e com as pessoas ao seu redor.
<b>Aderindo à Comunidade</b>
O Manjaro não é apenas um sistema operativo. É também uma comunidade dinâmica de pessoas que gostam de um projeto livre e aberto, que se reúnem e que interagem entre si. Quer se trate de ajudar os outros a resolver os problemas, fazendo-os sentir bem-vindos, ou simplesmente de conhecer e de conversar com outros utilizadores do Manjaro, recomendamos que você se junte à comunidade e participe em melhorar o Manjaro.
<b>Ajudando os outros</b>
Se você tiver algum tempo livre e estiver disposto a ajudar outros utilizadores com problemas técnicos que saiba resolver, deve considerar seriamente a leitura de fóruns, e/ou a inscrição no canal IRC do Manjaro.
<big>Contribuições para o projeto</big>
<b>Submetendo relatórios de bugs</b>
Se você detetar algo que não funciona corretamente enquanto utiliza o Manjaro, avise-nos. O problema que você descobrir é susceptível de afetar outros utilizadores. Quanto mais cedo soubermos disso, mais cedo seremos capazes de o corrigir.
<b>Sugerindo Novas ideias</b>
A grande maioria das melhorias incluídas em cada versão vem da comunidade. Se houver algo que você considere que falta ou que poderia ser melhorado, por favor avise-nos. Seja a inclusão de um driver de hardware ausente, de uma aplicação de software que devesse fazer parte da instalação de origem, ou sejam outras ideias que você tenha sobre como melhorar o Manjaro, estaremos sempre interessados em ouvi-lo.
<b>Divulgando obras de arte</b>
Se você for talentoso em design gráfico e estiver disposto a contribuir para o projeto, envie-nos as suas criações de obras de arte. Quer se trate de um simples papel de parede, de um conjunto de ícones, de uma tela de abertura, ou mesmo de um novo logotipo, estaremos sempre interessados em receber as suas novas obras de arte.
<b>Submetendo código</b>
A maior parte do nosso desenvolvimento é feito em QT, C++, Python, HTML5/CSS e BASH. Nós também utilizamos o Git para controle de versão e PKGBUILDs para o empacotamento. Se você estiver confortável com estas tecnologias, não hesite em dar uma vista de olhos no código. Se achar que pode melhorar as nossas aplicações ou escrever outras novas, não hesite em sugerir patches ou forks dos nossos repositórios git.

View File

@ -1,47 +0,0 @@
<big>Gestão de hardware</big>
O Manjaro não só suporta vários kernels (selecionáveis a partir das opções avançadas do menu de arranque), como também fornece acesso aos kernels mais recentes, em desenvolvimento contínuo (bleeding edge). Estes podem ser instalados através do módulo Kernel, no Gestor de Configurações do Manjaro, ou através da linha de comandos, através do comando MHWD-kernel (Manjaro Hardware Detection).
Estas ferramentas do Manjaro atualizam automaticamente um kernel recém-instalado, juntamente com todos os módulos atualmente instalados no kernel existente. Por exemplo, se você atualizar do kernel 3.18 para o 4.1, o mhwd-kernel incluirá automaticamente as compilações do kernel 4.1 e de todos os módulos instalados no kernel 3.18. Que tal?
Você pode configurar o seu hardware através do módulo de Deteção de Hardware no Gestor de Configurações ou, alternativamente, com o aplicativo cli do MHWD. Com estas ferramentas você pode instalar, por exemplo, drivers gráficos gratuitos e/ou proprietários.
<big>Conseguindo ajuda</big>
Embora o Manjaro seja projetado para funcionar o melhor possível, nós não afirmamos que seja perfeito. Poderão haver situações em que as coisas não corram bem. Você pode ter perguntas a fazer e um desejo de aprender mais, ou desejar, apenas, personalizar o sistema para o adequar ao seu gosto. Esta página fornece detalhes sobre alguns recursos disponíveis para o ajudar!
<b>Pesquise na internet</b>
A primeira ferramenta a utilizar para obter ajuda genérica sobre o Linux poderá ser o seu motor de busca favorito. Basta incluir palavras como 'Linux', 'Manjaro' ou 'Arch' na sua pesquisa.
Como o Manjaro é baseado em Arch Linux, guias e dicas projetados para o Arch aplicam-se normalmente ao Manjaro.
<b>Leia os fóruns</b>
Para ajuda específica do Manjaro, temos um fórum online dedicado, onde você pode pesquisar tópicos existentes ou criar um novo! Este é provavelmente o melhor lugar para participar na colaboração, na discussão e na assistência. Peça ajuda, exponha os seus pensamentos e esboce as suas sugestões. Não seja tímido!
O Fórum do Manjaro está dividido em sub-fóruns para diferentes tópicos e ambientes. Por favor, publique no local apropriado!
<b>Junte-se a nós no IRC (Internet Relay Chat)</b>
Outra opção é juntar-se a nós no IRC, inscrevendo-se no nosso canal (#manjaro), nos servidores chat.freenode.net.
<b>Inscreva-se numa lista de discussão</b>
Outra forma de obter ajuda é enviar as perguntas por email, para o Manjaro mailing list (também pode pesquisar o histórico de discussões anteriores). Inscreva-se na lista que preferir e siga as instruções. Há listas dedicadas a diferentes tópicos; basta passar uma vista de olhos!
<big>Outros recursos</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - Apoio oficial para a nossa comunidade alemã.
- <a href="https://aur.archlinux.org">AUR Repository</a> - Software extra indisponível nos repositórios normais; compilado a partir da fonte.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Manjaro Wiki oficial.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Arch Wiki oficial.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Chat e ajuda entre utilizadores.
<big>Sugestões</big>
Tem uma sugestão sobre como melhorar o Manjaro? Encontrou algo que deseja incluir, ou quer ajudar? Por favor, informe-nos publicando a sua sugestão no fórum ou no IRC.
Obrigado!
Esperamos que goste de usar Manjaro!

View File

@ -1,17 +0,0 @@
<big>Manjaro 20.1</big>
Estamos felizes por publicar outra versão estável do Manjaro Linux, chamada Mikah.
A edição XFCE continua a nossa oferta principal, tendo recebido a atenção que merece. Apenas alguns podem afirmar oferecer uma experiência tão refinada, integrada e de ponta no XFCE. Com esta edição incluímos o XFCE 4.14, tendo-nos concentrado principalmente em aprimorar a experiência do utilizador no ambiente de trabalho e no gestor de janelas. Também mudamos para um novo tema chamado Matcha. O novo recurso Display-Profiles permite armazenar um ou mais perfis para a sua configuração de exibição preferida. Também implementamos a aplicação automática de perfis de visualização quando novos monitores são conectados.
Nossa edição do KDE fornece o ambiente de trabalho Plasma 5.19, poderoso , maduro e rico em recursos, com uma aparência e funcionalidade únicas, que foram completamente redesenhadas em 2020. O conjunto completo de temas do Breath2 inclui versões clara e escura, um ecrã de abertura animado, perfis para o Konsole, decorações para o Yakuake e muitos outros pequenos detalhes. Melhoramos o editor de texto Kate com alguns esquemas de cores adicionais e oferecemos o Plasma-Simplemenu como uma alternativa ao tradicional Kickoff-Launcher. Com uma ampla seleção das mais recentes aplicações do KDE (KDE-Apps 20.08), entre outras, o Manjaro KDE procura ser um ambiente versátil e elegante, pronto para todas as suas necessidades diárias.
Com nossa edição do GNOME, baseada na série 3.36, incluímos atualizações visuais para várias aplicações e interfaces, sendo de destacar as interfaces de login e desbloqueio. As extensões de shell do GNOME são, agora, geridas através de uma nova Aplicação de Extensões que lida com a atualização, configuração e remoção, ou desativação, de extensões. Um botão "Não Perturbe" foi adicionado ao diálogo de notificações. Quando ativado, as notificações ficam ocultas até que o botão seja desativado. Por defeito, o nosso próprio papel de parede dinâmico muda o tema de cores ao longo do dia. Além disso, atualizamos o GDM e melhoramos muito o nosso Gnome-Layout-Switcher. Atualizamos nossa lista de pacotes pré-instalados, o ZSH é a nova consola-padrão e as aplicações são, agora, categorizadas em pastas, numa gaveta aplicações limpa.
A série Pamac 9.5 recebeu algumas atualizações. Aprimorando a nossa gestão de pacotes, ativamos o suporte a Snap e Flatpak por defeito. Agora você pode instalar Snaps ou Flatpaks com muita facilidade através do Pamac, na interface gráfica e no terminal, acedendo a uma seleção ainda maior de aplicações Linux recentes. Para os utilizadores do Gnome, clicando com o botão direito do mouse na gaveta do aplicativo gnome-shell, ativamos recursos semelhantes aos suportados pelo Gnome-Software para obter mais informações sobre os pacotes. E se você procurar uma aplicação que não possui, o Pamac oferece-lhe a instalação.
O Manjaro Architect suporta, agora, a instalação do ZFS, fornecendo os módulos de kernel necessários.
O kernel 5.6 é utilizado nesta versão do Manjaro, com os drivers mais recentes, atualmente disponíveis. Relativamente à última edição da imagem de instalação, as nossas ferramentas foram aprimoradas e polidas.
Esperamos que você goste deste lançamento e que nos diga o que acha do Mikah.

View File

@ -35,7 +35,7 @@
- <a href="https://aur.archlinux.org"> Репозиторий AUR </a> - Дополнительное программное обеспечение, отсутствующее в обычных репозиториях, собранное из исходного кода.
- <a href="https://wiki.manjaro.org"> Manjaro Wiki </a> - Официальная wiki для Манджаро.
- <a href="http://wiki.archlinux.org"> Arch Wiki </a> - Официальная wiki для Arch.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro"> IRC Chat </a> - Живой разговор и помощь пользователям для пользователей.
- <a href="http://manjaro.org/irc-channel"> IRC Chat </a> - Живой разговор и помощь пользователям для пользователей.
<big>Русскоязычные ресурсы</big>

View File

@ -1,17 +1,30 @@
<big>Manjaro 20.1</big>
<big>Manjaro 18.0</big>
Мы рады предложить вам очередной стабильный выпуск Manjaro Linux с кодовым названием Mikah.
We are happy to publish another stable release of Manjaro Linux, we call Illyira.
Нашим ведущим предложением остаётся редакция с окружением Xfce, которому мы уделили заслуженное внимание. Лишь немногие могут утверждать, что предлагают настолько хорошо настроенное, интегрированное и обновлённое окружение Xfce. Этот выпуск основан на Xfce 4.14, и мы по большей части работали над удобством использования рабочего стола и оконного менеджера. Также мы перешли на новую тему оформления Matcha. С новой функцией «Профили дисплеев» вы можете сохранять один или несколько профилей выбранной вами конфигурации дисплеев. Мы также реализовали автоматическое применение профилей при подключении новых дисплеев.
The Xfce edition remains our flagship offering and has received the attention it deserves. Few can claim to offer such a polished, integrated and leading-edge Xfce experience. We ship Xfce 4.13 with this release of Manjaro.
В редакции с окружением KDE мы поставляем мощное, зрелое и многофункциональное окружение рабочего стола Plasma 5.19 с уникальным оформлением, которое мы полностью переработали весной 2020 года. Полный набор тем Breath2 включает светлый и темный варианты, анимированную заставку, профили Konsole, темы Yakuake и много других мелочей. Мы добавили несколько цветовых схем в текстовый редактор Kate, а также предоставляем меню запуска приложений Simple Menu как альтернативу традиционному Kickoff. Вариант Manjaro KDE идет с широкой подборкой новейших приложений KDE-Apps 20.08 а также других приложений, чтобы у вас была универсальная и элегантная среда для всех ваших повседневных задач.
We mainly focused on polishing the user experience on the desktop and window manager, and on updating some components to take advantage of newly available technologies such as switching to a new theme we call Matcha. The new feature Display-Profiles allows you to store one or more profiles for a particular display configuration that you may be using. To make the deal a little sweeter we implemented auto-applying of profiles when new displays are connected.
В редакции с окружением Gnome, основанном на версии 3.36, мы обновили внешний вид ряда приложений и интерфейсов, особенно стоит отметить экраны входа и разблокировки. Расширения оболочки GNOME теперь можно настраивать с помощью приложения Extensions, где их можно обновлять, настраивать, удалять или отключать. Во всплывающем окне уведомлений мы добавили кнопку «Не беспокоить», при включении которой уведомления будут скрыты до её отключения. По умолчанию установлены наши динамические обои, цветовая тема которых меняется в течение дня. Кроме того, мы обновили GDM и значительно улучшили наш Gnome-Layout-Switcher. Мы обновили список предустановленных пакетов, по умолчанию теперь установлена командная оболочка (шелл) zsh, а приложения в меню сгруппированы в папки.
Our KDE edition continues to deliver this powerful, mature and feature-rich desktop environment with a unique look-and-feel, and with the perks of Manjaro's latest tools. We ship now Plasma 5.14 desktop in combination with the latest KDE-Apps 18.08. There's a new Display Configuration widget for screen management which is useful for presentations. Switching primary monitor when plugging in or unplugging monitors is now smoother. The Network widget now works for SSH VPN tunnels again. The Audio Volume widget now has a built in speaker test feature moved from Phonon settings and Plasma now warns on logout when other users are logged in.
Несколько обновлений получил менеджер Pamac версии 9.5. В этот раз мы оптимизировали внутренний механизм проверки зависимостей в целях улучшения производительности, повысили эффективность обработки ошибок alpm, доработали внутренний алгоритм поиска в части поддержки регулярных выражений и ввели улучшения, направленные на повышение производительности базы данных. А ещё пакеты из AUR теперь собираются и устанавливаются по возможности за один шаг.
Kernel 4.19 LTS is used for this release, such as the latest drivers available to date. Relative to the last installation media release, our tools have been improved and polished.
Manjaro Architect теперь поддерживает установку на файловую систему ZFS, предоставляя необходимые модули ядра.
The Manjaro Settings Manager (MSM) now provides an easy-to-use graphical interface for installing and removing the many series of kernels we offer. Manjaro's selection of readily available kernels remains the most extensive of all Linux distribution we know of. At the time of this release, eight kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.19 release. Additionally we offer three realtime kernel series. Such a wide array of available kernel options results in extensive hardware support, getting the most out of your system for you, be it old or new.
В этом выпуске используется ядро 5.8 и последние версии драйверов, доступные на этот момент. По сравнению с последним выпуском установочных образов наши инструменты были улучшены и доработаны.
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
Надеемся, вам понравится этот выпуск, ждём ваших отзывов о Mikah.
- pamac-gtk: add edit build files support
- pamac-cli: add edit build files support
- pamac-cli: add clone action
- pamac-cli: build action now has an --no-clone option to only use local build files
- pamac-cli: build action without argument now tries to build from the PKGBUILD in the current dir
- pamac-cli: added a CLI mode to pamac, which acts similar to apt-get
With Manjaro Hello we added new functions. Followed features you can expect:
- you can now maintain suggested packages by the community directly in the welcome screen under the applications option
- UI enhancements
- updated translations
We hope you enjoy this release and let us know what you think of Illyira.

View File

@ -1,37 +0,0 @@
<big>Desteğin için teşekkürler</big>
Manjaro Linux, kullanıcı topluluğundan büyük miktarda destek alır ve desteklerinden dolayı her katılımcıya teşekkür ederiz. Hızla büyüyoruz ve dağıtımımız sizler sayesinde her geçen gün daha da iyileşiyor.
Fark yaratmak çok kolaydır. Yeteneğinize bağlı olarak, Manjaro'ya aşağıdaki yöntemlerden biri veya birkaçı ile yardımcı olabilirsiniz:
<big>Destek ve Tanıtım</big>
<b>Paylaşın</b>
Manjaro'dan hoşlanıyorsanız, insanlara anlatın. Bir yorum yazın ve distrowatch.com'da yayınlayın. Bunu arkadaşlarınızla ve çevrenizdeki insanlarla konuşun.
<b>Topluluğa Katılın</b>
Manjaro sadece bir işletim sistemi değil aynı zamanda özgür ve açık bir projeden hoşlanan, toplanan ve etkileşime giren dinamik bir topluluktur. Başkalarının sorunları çözmesine yardımcı olarak, kendilerini iyi hissetmelerini sağlayarak ya da yalnızca diğer Manjaro kullanıcılarıyla tanışıp konuşarak, topluluğa katılmanızı ve Manjaro'yu daha iyi hale getirmeye katılmanızı öneririz.
<b>Diğer kullanıcılara yardım edin</b>
Boş zamanınız varsa ve teknik sorunları olan kullanıcılara yardım etmeye istekliysen, forumları okumayı ve / veya IRC kanalına katılmayı ve diğer Manjaro kullanıcılarının çözemediği, sizin nasıl çözülebileceğini bildiğiniz konularda yardımcı olmayı ciddiye almalısınız.
<big>Proje Katkıları</big>
<b>Hata bildirimleri</b>
Manjaro kullanırken düzgün çalışmayan bir şey fark ettiyseniz, bize bildirin. Keşfettiğiniz problemin başkalarını da etkilemesi muhtemeldir; Ne kadar çabuk öğrenirsek o kadar çabuk düzeltebiliriz.
<b>Yeni Fikirler</b>
Her sürümde yer alan iyileştirmelerin büyük çoğunluğu topluluktan geliyor. Eksik olduğunu düşündüğünüz veya daha iyi yapılabileceğini düşündüğünüz bir şey varsa, lütfen bize bildirin. Eksik bir donanım sürücüsünün veya stok kurulumunun bir parçası olması gereken bir yazılım uygulamasının bulunup bulunmadığı veya Manjaro'yu daha iyi hale getirme konusunda başka fikirleriniz varsa, bunları her zaman duymak bilmek isteriz.
<b>Sanat</b>
Grafik tasarım konusunda yetenekli ve projeye katkıda bulunmak için istekli iseniz, lütfen bize kreasyonlarınızı ve sanat çalışmalarınızı gönderin. İster basit bir duvar kağıdı, ister bir simge seti, bir açılış ekranı, ister yeni bir logo olsun, sizin her zaman yeni sanat çalışmalarınızdan haberdar olmak isteriz.
<b>Kod</b>
Gelişmemizin çoğu QT, C ++, Python, HTML5 / CSS ve BASH ile yapılır. Ayrıca sürüm kontrolü için Git ve ambalajlama için PKGBUILD'ler de kullanıyoruz. Bu teknolojiler konusunda rahatsanız, koda bakmaktan çekinmeyin. Eğer uygulamalarımızı geliştirebileceğinizi ya da yenilerini yazabileceğinizi düşünüyorsanız git depolarımızı doldurmaktan çekinmeyin.

View File

@ -1,47 +0,0 @@
<big>Donanımı Kullanın</big>
Manjaro, yalnızca çoklu çekirdek kullanımını (önyükleme ekranındaki gelişmiş seçeneklerden seçilebilir) değil, aynı zamanda en son kararsız çekirdeklere de erişim sağlar. Bu, Manjaro'nun Grafik Ayarlar Yöneticisinde Çekirdek modülünün kullanılmasıyla veya MHWD-kernel (Manjaro Donanım Algılama) komutunu kullanarak komut satırı aracılığıyla yapılabilir.
Manjaro araçları, yeni kurulmuş bir çekirdeği mevcut çekirdeğinizle kullanılmakta olan modüllerle birlikte otomatik olarak güncelleyecektir. Örneğin, çekirdek 3.18'den 4.1'e güncelleme yapacak olsanız, mhwd-kernel otomatik olarak çekirdek 4.1 yapılarını ve çekirdek 3.18 ile kullanılan tüm modülleri içerecektir.
Donanımınızı, Ayarlar Yöneticisi'ndeki Donanım Algılama modülünden veya alternatif olarak MHWD cli-uygulamasından yapılandırabilirsiniz. Bu araçlarla örneğin free ve proprietary grafik sürücüleri yükleyebilirsiniz.
<big>Yardım Almak</big>
Manjaro mümkün olduğu kadar "doğrudan" çalışmak üzere tasarlanmış olsa da, mükemmel olduğunu iddia etmiyoruz. İşlerin ters gittiği zamanlar olabilir, sorularınız olabilir ve daha fazla şey öğrenmek veya sadece zevklerinize uyacak şekilde kişiselleştirmek isteyebilirsiniz. Bu sayfa size yardımcı olacak bazı kaynakların detaylarını sunar!
<b>İnternetten Araştırın</b>
Genel Linux yardımı için ilk yer, en sevdiğiniz arama motorunu kullanmaktır. Arama sorgunuza 'Linux', 'Manjaro' veya 'Arch' gibi kelimeler ekleyin.
Manjaro, Arch Linux'a dayandığından, Arch için tasarlanan rehberler ve ipuçları genellikle Manjaro için de geçerlidir.
<b>Forumda Araştırın</b>
Manjaro ile ilgili özel yardım için, konu arayabileceğiniz veya kendiniz oluşturabileceğiniz özel bir çevrimiçi foruma sahibiz! İşbirliği, tartışma ve yardım için gidilecek en iyi yer muhtemelen burasıdır. Yardım isteyin, düşüncelerinizi gönderin veya bazı önerilerde bulunun. Utangaç olmayın!
Manjaro forumu farklı konular ve ortamlar için alt forumlara bölünmüştür, lütfen sorunuzu uygun yere gönderin!
<b>IRC'de bize katılın(Internet Relay Chat)</b>
Diğer bir seçenek de chat.freenode.net sunucularındaki #manjaro kanalımıza katılarak IRC'ye katılmak.
<b>Mail listesine kayıt olun</b>
Yardım almanın başka bir yolu da soruları Manjaro mail listesine mail göndermektir (geçmiş tartışmalar için geçmişi de arayabilirsiniz). Tercih ettiğiniz listeye üye olun ve talimatları izleyin. Birkaç konuya adanmış bir liste var, sadece bir göz atın!
<big>Other resources</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - Resmi, Alman topluluğumuz için destek.
- <a href="https://aur.archlinux.org">AUR Deposu</a> - Ekstra yazılımlar normal depolarda değil, kaynaktan yapılmış.
- <a href="https://wiki.manjaro.org">Manjaro Viki</a> - Manjaro için resmi viki.
- <a href="http://wiki.archlinux.org">Arch Viki</a> - Arch için resmi viki.
- <a href="https://kiwiirc.com/nextclient/irc.freenode.net/?nick=manjaro-web|?#manjaro">IRC Chat</a> - Kullanıcılar ile konuşma ve yardım alma.
<big>Öneriler</big>
Manjaro'yu nasıl daha iyi hale getirebileceğimize dair bir önerin var mı? İstediğiniz bir şey mi buldunuz ya da yardım etmek mi istiyorsunuz? Lütfen önerinizi foruma göndererek veya IRC'ye bırakarak bize bildirin.
Teşekkürler!
Umarız Manjaro'yu kullanmaktan zevk alırsınız!

View File

@ -1,17 +0,0 @@
<big>Manjaro 20.1</big>
Manjaro Linux kararlı sürümü Mikah'yı yayınlamaktan mutluluk duyuyoruz.
Xfce hak ettiği ilgiyi aldı ve en iyi sürümümüz olmaya devam ediyor. Çok az dağıtım sizlere böyle gösterişli, bütünleşmiş ve modern bir Xfce deneyimi sunar. Bu sürüm ile çoğunlukla masaüstü ve pencere yöneticisini güzelleştirdiğimiz Xfce 4.14'ü paylaşıyoruz. Ayrıca yeni temamız olan Matcha'yı sizlere sunuyoruz. Yeni Display-Profiles özelliği, tercih ettiğiniz ekran yapılandırması için bir veya daha fazla profil saklamanızı sağlar. İşleri daha da kolaylaştırmak için yeni ekranlar bağlandığında profillerin otomatik olarak uygulanmasını sağladık.
Bu sürüm ile birlikte KDE sürümümüz, güçlü, olgun ve zengin özelliklere sahip Plasma 5.19 masaüstü ortamını ve yeniden tasarladığımız temamızı içerir. Breath2 temalarının tamamıık ve koyu sürümleri, animasyonlu açılış ekranı, Konsole profilleri, Yakuake kaplamaları ve daha pek çok küçük ayrıntıyı içerir. Metin editörü Kate'i ek renk şemaları ve geleneksel Kickoff-Launcher'a alternatif olarak Plasma-Simplemenu'yu sunuyoruz. En son sürümü ile KDE-Apps 20.08 ve diğer uygulamaların geniş bir yelpazesi ile Manjaro-KDE, tüm günlük ihtiyaçlarınız için hazır çok yönlü ve zarif bir ortam olmayı hedeflemektedir.
Gnome 3.36 serisi ile birlikte özellikle giriş ve kilit ekranı başta olmak üzere bir çok uygulama ve arayüz yenilikleri içermektedir. Gnome eklentileri artık yeni eklentiler uygulaması ile yönetilebilir hale geldi. Eklentiler uygulaması ile eklentileri güncelleyebilir, yüklü eklentilerin ayarlarını değiştirebilir, eklenti kaldırabilir veya devre dışı bırakabilirsiniz. Bildirim uygulamasına rahatsız etme butonu eklendi. Böylelikle bu seçenek aktif olduğu sürece bildirimler gizlenir. Varsayılan dinamik duvar kağıdı uygulamamız gün boyunca renk temasını değiştirir. Ek olarak GDM ve Gnome-Layout-Switcher güncelledik. Ön yüklü uygulamalarımızı düzenledik, zsh ve düzenli klasörlenmiş bir uygulamalar ekranı ile birlikte güncellemelerimizi tamamladık.
Pamac 9.5 series received a few updates. In this round we optimized internal check dep algorithm for smarter performance, enhanced the alpm error handling, optimized internal search algorithm for better regex support and applied database performance improvements. We also now build AUR packages and install as much as possible of them in a single run.
Manjaro Architect ZFS kurulumunu gerekli çekirdek modüllerini sağlayarak gerçekleştirir.
5.8 çekirdek sürümü ile güncel sürücüleri sizlerle buluşturur. Yayınlanan son sürüm ile araçlarımız iyileştirildi ve geliştirildi.
Umarız bu sürümden keyif alırsınız ve Mikah hakkındaki düşüncelerinizi bizimle paylaşırsınız.

37
involved 100644
View File

@ -0,0 +1,37 @@
<big>Obrigado pelo seu apoio</big>
O Manjaro Linux recebe um grande apoio de sua comunidade de usuários e gostaríamos de agradecer a todos e cada contribuinte por participar. Estamos crescendo a um ritmo constante e nossa distribuição está melhorando a cada dia graças a você.
É muito fácil fazer a diferença. Dependendo do seu conjunto de habilidades, sua disponibilidade você pode ajudar Manjaro em uma ou mais das seguintes maneiras:
<big>Suporte e Promoção</big>
<b>Divulgando a palavra</b>
Se você gosta de Manjaro, que as pessoas saibam. Escreva um comentário e publicá-lo em distrowatch.com. Fale sobre isso com seus amigos e as pessoas ao seu redor.
<b>Aderir à Comunidade</b>
Manjaro não é apenas um sistema operacional, é também uma comunidade dinâmica de pessoas que gostam, se reúnem e interagem com um projeto livre e aberto. Quer se trate de ajudar os outros a resolver os problemas, fazendo-os sentir-se bem-vindo, ou simplesmente por conhecer e conversar com outros usuários Manjaro, recomendamos que você se juntar à comunidade e participar em fazer Manjaro melhor.
<b>Ajudar os outros</b>
Se você tem algum tempo livre e está disposto a ajudar outros usuários com problemas técnicos, você deve considerar seriamente a leitura de fóruns e/ou se juntar ao canal IRC e ajudar outros usuários Manjaro a resolver os problemas que você sabe como corrigir.
<big>Contribuições do projeto</big>
<b>Relatórios de bugs</b>
Se você notou algo que não funciona corretamente enquanto estiver usando Manjaro, avise-nos. O problema que você descobriu é susceptível de afetar outros também; Quanto mais cedo soubermos disso, mais cedo seremos capazes de corrigi-lo.
<b>Novas ideias</b>
A grande maioria das melhorias incluídas em cada versão vem da comunidade. Se há algo que você acha que está faltando ou que poderia ser feito melhor, por favor nos avise. Se é a inclusão de um driver de hardware ausente, ou um aplicativo de software que deve fazer parte de uma instalação de estoque, ou se você tem outras idéias sobre como fazer Manjaro melhor, estamos sempre interessados em ouvi-los.
<b>Obra de arte</b>
Se você é talentoso em design gráfico e está disposto a contribuir para o projeto, envie-nos suas criações e obras de arte. Quer se trate de um simples papel de parede, um conjunto de ícones, uma tela de abertura, ou mesmo um novo logotipo, estamos sempre interessados em ouvir de você sobre novas obras de arte.
<b>Código</b>
A maior parte do nosso desenvolvimento é feito em QT, C++, Python, HTML5/CSS e BASH. Nós também usamos Git para controle de versão e PKGBUILDs para empacotar. Se você está confortável com essas tecnologias, não hesite em dar uma olhada no código. Se você acha que pode melhorar nossos aplicativos ou escrever novos, não hesite em sugerir patches ou fork nossos repositórios git.

View File

@ -1,8 +1,6 @@
#!/bin/sh
# Script to generate mo files in a temp locale folder
# Use it only for testing purpose
export PLUGIN_HELLO=True
export PYTHONPATH="$HOME/test/gnome-layout-switcher/bin:$HOME/Data/projects/application-utility"
rm -rf locale
mkdir locale
cd po

View File

@ -7,7 +7,7 @@ Name=Manjaro Hello
Exec=/usr/bin/manjaro-hello
Icon=manjaro
Comment=A tool providing access to documentation and support for new Manjaro users.
Comment[da]=En app med adgang til dokumentation og support for nye Manjaro brugere.
Comment[de]=En app med adgang til dokumentation og support for nye Manjaro brugere.
Comment[de]=Ein Tool für schnellen Zugriff auf Support und Dokumentation für neue Manjaro-Nutzer.
Comment[es]=Una herramienta que provee acceso a la documentación y soporte para nuevos usuarios de Manjaro.
Comment[fr]=Outil d'accès à la documentation et support aux nouveaux utilisateurs de Manjaro.
@ -17,4 +17,3 @@ Comment[pt_BR]=Uma ferramenta que fornece acesso à documentação e suporte par
Comment[pt_PT]=Uma ferramenta que fornece acesso à documentação e suporte para novos usuários Manjaro.
Comment[ru]=Средство доступа к документации и поддержке для новых пользователей Manjaro.
Comment[it]=Strumento per accedere alla documentazione e supporto per nuovi utenti Manjaro.
Comment[tr]=Yeni Manjaro kullanıcıları için dökümantasyon ve destek sağlayan bir araç.

110
po/am.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Amharic (https://www.transifex.com/manjarolinux/teams/70274/am/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -1,113 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# samson <sambelet@yahoo.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: samson <sambelet@yahoo.com>, 2018\n"
"Language-Team: Amharic (Ethiopia) (https://www.transifex.com/manjarolinux/teams/70274/am_ET/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: am_ET\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "ድጋፍ"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "እቅድ"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr "አንብቡኝ"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr "ዊኪ"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "የ ደብዳቤ ዝርዝር "
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr "መግጠሚያ"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr "ቤት"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr "ስለ "
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "ገጹን መጫን አልተቻለም "

View File

@ -4,15 +4,14 @@
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# enolp <enolp@softastur.org>, 2019
#
# enolp <enolp@softastur.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: enolp <enolp@softastur.org>, 2019\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: enolp <enolp@softastur.org>, 2017\n"
"Language-Team: Asturian (Spain) (https://www.transifex.com/manjarolinux/teams/70274/ast_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,7 +21,7 @@ msgstr ""
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "¡Afáyate en Manjaro!"
msgstr "¡Afáyate en Manajaro!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -32,7 +31,7 @@ msgid ""
msgstr ""
"¡Gracies por xunite a la nuesa comunidá!\n"
"\n"
"Nós, los desendolcadores de Manjaro, esperamos qu'esfrutes usando esta distribución tanto como nós faciéndola. Los enllaces d'embaxo van ayudate a apenzar col sistema operativu, asina qu'esfruta de la esperiencia y nun duldes n'unvianos los tos comentarios."
"Nós, los desendolcadores de Manjaro, esperamos qu'esfrutes usando Manjaro tanto como nós faciéndolu. Los enllaces d'embaxo ayudaránte a entamar col to sistema operativu nuevu. Asina qu'esfruta la esperiencia y nun dubies en unviamos el to feedback."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
@ -98,7 +97,7 @@ msgstr "INSTALACIÓN"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Llanzar l'instalador"
msgstr "Llanzar instalador"
#: ui/manjaro-hello.glade:462
msgid "Home"
@ -106,11 +105,11 @@ msgstr "Aniciu"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr "Tocante a"
msgstr "Toncante a"
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr "Pantalla d'acoyida de Manjaro"
msgstr "Pantalla d'acoyida pa Manjaro"
#: src/manjaro_hello.py:212
msgid "Can't load page."

110
po/az.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Azerbaijani (https://www.transifex.com/manjarolinux/teams/70274/az/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -4,15 +4,14 @@
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Zmicer Turok <nashtlumach@gmail.com>, 2019
#
# zmicer turok <zmicerturok@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: Zmicer Turok <nashtlumach@gmail.com>, 2019\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: zmicer turok <zmicerturok@gmail.com>, 2017\n"
"Language-Team: Belarusian (https://www.transifex.com/manjarolinux/teams/70274/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,7 +21,7 @@ msgstr ""
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Сардэчна вітаем у Manjaro!"
msgstr "Сардэчна запрашаем у Manjaro!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -32,7 +31,7 @@ msgid ""
msgstr ""
"Дзякуем за ўдзел у нашай суполцы!\n"
"\n"
"Мы, распрацоўшчыкі Manjaro, спадзяёмся, што вы будзеце атрымліваць такую ж асалоду ад выкарыстання Manjaro, якую атрымліваем мы ад распрацоўкі. Прыведзеныя ніжэй спасылкі дапамогуць вам пачаць працу з новай аперацыйнай сістэмай.Не саромейцеся, дасылайце нам свае водгукі."
"Мы ,распрацоўшчыкі Manjaro, спадзяёмся, што вы будзеце атрымліваць такую ж асалоду ад выкарыстання Manjaro , якую атрымліваем мы ад распрацоўкі. Прыведзеныя ніжэй спасылкі дапамогуць вам пачаць працу з новай аперацыйнай сістэмай.Не саромейцеся, дасылайце нам свае водгукі."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"

116
po/bn.po
View File

@ -1,116 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Rashedul Kabir <rkabir.rashed@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Rashedul Kabir <rkabir.rashed@gmail.com>, 2017\n"
"Language-Team: Bengali (https://www.transifex.com/manjarolinux/teams/70274/bn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "মানজারোতে আপনাকে স্বাগতম!"
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"ধন্যবাদ আমাদের কমিউনিটিতে যুক্ত হওয়ার জন্য\n"
"\n"
"আমরা মানজারো প্রস্তুতকারকরা আশা করছি আপনার কাছে মানজারো ততটাই ভালো লাগবে যতটা আমাদের মানজারো তৈরি করতে ভালো লেগেছে। নিচের লিংকগুলো আপনাকে আপনার নতুন অপারেটিং সিস্টেমের সাথে পরিচিত হতে সাহায্য করবে। এই অভিজ্ঞতা উপভোগ করুন, এবং আমাদের আপনার মতামত জানাতে ভুলবেন না।"
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr "ডকুমেন্টেশন"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "সহায়তা"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "প্রজেক্ট"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Catalan (Valencian) (https://www.transifex.com/manjarolinux/teams/70274/ca%40valencia/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca@valencia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Catalan (Spain) (https://www.transifex.com/manjarolinux/teams/70274/ca_ES/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -5,15 +5,14 @@
#
# Translators:
# philm <philm@manjaro.org>, 2017
# scootergrisen, 2019
#
# scootergrisen <scootergrisen@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: scootergrisen, 2019\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>, 2017\n"
"Language-Team: Danish (https://www.transifex.com/manjarolinux/teams/70274/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -31,9 +30,9 @@ msgid ""
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Tak fordi du deltager i vores fællesskab!\n"
"Tak for din deltagelse i vores fællesskab!\n"
"\n"
"Manjaro-udviklerne håber på at du vil vil få lige så meget glæde af at bruge Manjaro som vi gjorde da det blev bygget. Linkene nedenfor hjælper dig i gang med dit nye styresystem. Så nyd oplevelsen, og tøv ikke med at sende os din feedback."
"Vi, Manjaro-udviklerne, håber at du vil nyde at bruge Manjaro ligeså meget som vi nød at bygge det. Linkene nedenfor vil hjælpe dig i gang med dit nye styresystem. Så nyd oplevelsen, og tøv ikke med at sende os din feedback."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"

View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Danish (Denmark) (https://www.transifex.com/manjarolinux/teams/70274/da_DK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da_DK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -5,16 +5,15 @@
#
# Translators:
# philm <philm@manjaro.org>, 2016
# Jan Jansen, 2016
# Jan Jansen <jjansen91@gmx.net>, 2016
# Bernhard Landauer <bernhard@oberon.at>, 2017
# Christian G <geblerc@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Christian G <geblerc@gmail.com>, 2018\n"
"Last-Translator: Bernhard Landauer <bernhard@oberon.at>, 2017\n"
"Language-Team: German (https://www.transifex.com/manjarolinux/teams/70274/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -64,7 +63,7 @@ msgstr "Wiki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Web-Ressource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"

110
po/eo.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Esperanto (https://www.transifex.com/manjarolinux/teams/70274/eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -1,117 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Germán Leonardo Vaja <german.vaja@gmail.com>, 2018
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: Germán Leonardo Vaja <german.vaja@gmail.com>, 2018\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/manjarolinux/teams/70274/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "¡Bienvenido a Manjaro!"
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"¡Gracias por unirte a nuestra comunidad!\n"
"\n"
"Nosotros, los desarrolladores de Manjaro, esperamos que puedas disfrutar de usar Manjaro tanto como disfrutamos crearlo. Los vínculos debajo te ayudarán a iniciarte con tu nuevo sistema operativo. Así que, disfruta la experiencia, y no dudes en enviarnos tu devolución."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr "DOCUMENTACIÓN"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "SOPORTE"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "PROYECTO"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr "Léeme"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr "Información sobre el lanzamiento"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr "Wiki"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Recurso web"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "Involucrarse"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr "Foros"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr "Sala de chat"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "Listas de correo"
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr "Desarrollo"
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr "Donar"
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr "Ejecutar al inicio"
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr "INSTALACIÓN"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Ejecutar instalador"
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr "Inicio"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr "Acerca de"
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr "Pantalla de bienvenida de Manjaro"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "No se puede cargar la página."

116
po/et.po
View File

@ -1,116 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Madis, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Madis, 2018\n"
"Language-Team: Estonian (https://www.transifex.com/manjarolinux/teams/70274/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Tere tulemast Manjarosse!"
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Täname, et liitusid meie kogukonnaga!\n"
"\n"
"Meie, Manjaro arendajad, loodame, et naudid Manjaro kasutamist sama palju, kui meie selle arendamist. Allolevad lingid aitavad sul alustada oma uue operatsioonisüsteemi kasutamist. Seega naudi seda kogemust ning ära kõhkle andmast meile oma tagasisidet."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr "DOKUMENTATSIOON"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "TUGI"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "PROJEKT"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr "Loe mind"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr "Väljalasketeave"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr "Viki"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Veebiressurss"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "Löö kaasa"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr "Foorumid"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr "Jututuba"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "Meililistid"
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr "Arendus"
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr "Anneta"
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr "Käivita süsteemiga"
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr "PAIGALDAMINE"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Käivita paigaldaja"
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr "Kodu"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr "Teave"
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr "Tervituskuva Manjarole"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "Lehte ei saa laadida."

110
po/fa.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Persian (https://www.transifex.com/manjarolinux/teams/70274/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -5,15 +5,13 @@
#
# Translators:
# Vesa Laitinen <vesa.laitinen@gmail.com>, 2017
# mikheik <mikheik@gmail.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: mikheik <mikheik@gmail.com>, 2019\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Vesa Laitinen <vesa.laitinen@gmail.com>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/manjarolinux/teams/70274/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -23,7 +21,7 @@ msgstr ""
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Tervetuloa Manjaroon!"
msgstr "Tervetuloa Manjaaroon!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -53,7 +51,7 @@ msgstr "Lue minut"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr "Julkaisutiedote"
msgstr "Julkaisu tiedote"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
@ -63,7 +61,7 @@ msgstr "Wiki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Verkkosivu"
msgstr "Verkko sivu"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
@ -71,15 +69,15 @@ msgstr "Osallistu"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr "Keskustelupalsta"
msgstr "Foorumi"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr "Chat-keskustelu"
msgstr "Keskustelu"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "Postituslistat"
msgstr "Postilistat"
#: ui/manjaro-hello.glade:240
msgid "Development"

View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Finnish (Finland) (https://www.transifex.com/manjarolinux/teams/70274/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

110
po/hi.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Hindi (https://www.transifex.com/manjarolinux/teams/70274/hi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

110
po/kn.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Kannada (https://www.transifex.com/manjarolinux/teams/70274/kn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: kn\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

110
po/ku.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Kurdish (https://www.transifex.com/manjarolinux/teams/70274/ku/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ku\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -1,35 +1,28 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-30 16:47+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2016-12-04 17:30+0100\n"
"Last-Translator: Hugo Posnic <huluti@manjaro.org>\n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../ui/manjaro-hello.glade:35
msgid "Home"
msgstr ""
#: ../ui/manjaro-hello.glade:104 ../ui/manjaro-hello.glade:559
msgid "About"
msgstr ""
#: ../ui/manjaro-hello.glade:148
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ../ui/manjaro-hello.glade:164
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
@ -39,84 +32,84 @@ msgid ""
"your feedback."
msgstr ""
#: ../ui/manjaro-hello.glade:182
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ../ui/manjaro-hello.glade:196
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ../ui/manjaro-hello.glade:210
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ../ui/manjaro-hello.glade:222
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ../ui/manjaro-hello.glade:236
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ../ui/manjaro-hello.glade:251
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ../ui/manjaro-hello.glade:256 ../ui/manjaro-hello.glade:287
#: ../ui/manjaro-hello.glade:304 ../ui/manjaro-hello.glade:321
#: ../ui/manjaro-hello.glade:338 ../ui/manjaro-hello.glade:355
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ../ui/manjaro-hello.glade:268
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ../ui/manjaro-hello.glade:282
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ../ui/manjaro-hello.glade:299
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ../ui/manjaro-hello.glade:316
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ../ui/manjaro-hello.glade:333
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ../ui/manjaro-hello.glade:350
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ../ui/manjaro-hello.glade:469
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ../ui/manjaro-hello.glade:500
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ../ui/manjaro-hello.glade:512
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ../ui/manjaro-hello.glade:525
msgid "Applications"
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ../ui/manjaro-hello.glade:529
msgid "Common application selection"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ../ui/manjaro-hello.glade:564
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: ../src/manjaro_hello.py:245
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

116
po/mk.po
View File

@ -1,116 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Atanas Kostovski <atanasmk16@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Atanas Kostovski <atanasmk16@gmail.com>, 2018\n"
"Language-Team: Macedonian (https://www.transifex.com/manjarolinux/teams/70274/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Добредојдовте на Manjaro!"
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Ви благодариме што се придруживте на нашата заедница!\n"
"\n"
"Ние, кои работиме на Manjaro проектот, се надеваме дека ќе уживате во користењето барем онолку колку што ние уживавме правејќи го. Линковите подолу ќе ви помогнат да започнете со вашиот нов оперативен систем. Уживајте во употребата, и не се колебајте да ни ги испратите вашите мислења."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr "ДОКУМЕНТАЦИЈА"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "ПОДРШКА"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "ПРОЕКТ"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr "Прочитај"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr "Информации за верзијата"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr "Вики"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Веб извор"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "Вклучи се"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr "Форуми"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr "Чат соба"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "Листи за допишување"
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr "Развој"
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr "Донирај"
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr "Вклучи на почеток"
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr "ИНСТАЛАЦИЈА"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Вклучи го програмот за инсталација"
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr "Дома"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr "За програмата"
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr "Екран за добредојде на Manjaro"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "Неуспешно вчитување на страната."

110
po/ml.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Malayalam (https://www.transifex.com/manjarolinux/teams/70274/ml/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -5,14 +5,13 @@
#
# Translators:
# Øystein Steffensen-Alværvik <internett@protonmail.com>, 2017
# Nicholas <nicholaskarlsen1102@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Nicholas <nicholaskarlsen1102@gmail.com>, 2018\n"
"Last-Translator: Øystein Steffensen-Alværvik <internett@protonmail.com>, 2017\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/manjarolinux/teams/70274/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -62,7 +61,7 @@ msgstr "Wiki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Nettressurs"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"

113
po/ne.po
View File

@ -1,113 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Surit Aryal <surit_people@hotmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Surit Aryal <surit_people@hotmail.com>, 2018\n"
"Language-Team: Nepali (https://www.transifex.com/manjarolinux/teams/70274/ne/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Manjaro मा स्वागत छ!"
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr "दस्तावेज"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "सहायता"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr "परियोजना"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr "पढ्नुहोस्"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr "जारी जानकारी"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr "विकि"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "वेब स्रोत"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "संलग्न हुनुहोस्"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr "फोरम"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr "कुराकानी कक्ष"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "मेलिङ सूचीहरू"
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr "विकास"
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr "दान सहयोग"
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr "सुरुमा सुरू गर्नुहोस्"
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr "स्थापना"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -5,14 +5,13 @@
#
# Translators:
# feellip <philip.e.g.andersson@gmail.com>, 2017
# ordtrogen <johan@ordtrogen.se>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: ordtrogen <johan@ordtrogen.se>, 2017\n"
"Last-Translator: feellip <philip.e.g.andersson@gmail.com>, 2017\n"
"Language-Team: Swedish (https://www.transifex.com/manjarolinux/teams/70274/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -30,9 +29,9 @@ msgid ""
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Tack för att du går med i vår gemenskap!\n"
"Tack för att du går med i våran gemenskap!\n"
"\n"
"Vi, Manjaros utvecklare, hoppas att du kommer att tycka om att använda Manjaro lika mycket som vi tycker om att utveckla det. Länkarna nedan hjälper dig att komma igång med ditt nya operativsystem. Så njut av upplevelsen, och tveka inte att ge oss feedback."
"Vi, Manjaros utvecklare, hoppas att du kommer tycka om att använda Manjaro lika mycket som vi tycker om att utveckla det. Länkarna nedan kommer hjälpa dig att komma igång med ditt nya operativsystem. Så njut av upplevelsen, och tveka inte att ge oss din feedback."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
@ -40,7 +39,7 @@ msgstr "DOKUMENTATION"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "SUPPORT"
msgstr "STÖD"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
@ -62,11 +61,11 @@ msgstr "Wiki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Webbresurs"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "Engagera dig"
msgstr "Bli involverad"
#: ui/manjaro-hello.glade:189
msgid "Forums"
@ -98,7 +97,7 @@ msgstr "INSTALLATION"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Kör installationsprogram"
msgstr "Kör installeringsprogram"
#: ui/manjaro-hello.glade:462
msgid "Home"
@ -114,4 +113,4 @@ msgstr "Välkomstskärm för Manjaro"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "Kan inte läsa in sidan."
msgstr "Kan inte ladda sidan."

110
po/ti.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Tigrinya (https://www.transifex.com/manjarolinux/teams/70274/ti/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ti\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

110
po/tk.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Turkmen (https://www.transifex.com/manjarolinux/teams/70274/tk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tk\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -10,8 +10,8 @@ msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2019-08-31 15:09+0100\n"
"Last-Translator: oguzkagan <me@oguzkaganeren.com.tr>, 2019\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: mgundogdu <mustafalinguist@yahoo.com>, 2016\n"
"Language-Team: Turkish (https://www.transifex.com/manjarolinux/teams/70274/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -60,7 +60,7 @@ msgstr "Viki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Web kaynağı"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
@ -76,7 +76,7 @@ msgstr "Sohbet odası"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr "Mail listeleri"
msgstr "Posta listeleri"
#: ui/manjaro-hello.glade:240
msgid "Development"

View File

@ -3,22 +3,26 @@
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# mgundogdu <mustafalinguist@yahoo.com>, 2016
# Demiray Muhterem <mdemiray@msn.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Chinese (https://www.transifex.com/manjarolinux/teams/70274/zh/)\n"
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>, 2016\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/manjarolinux/teams/70274/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
msgstr "Manjaro'ya Hoşgeldin!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -26,85 +30,87 @@ msgid ""
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Topluluğumuza katıldığınız için teşekkür ederiz! \n"
"Biz, Manjaro Geliştiricileri, sizin Manjaro'yu kullanırken en az bizim onu geliştirirken eğlendiğimiz kadar eğleneceğinizi umuyoruz. Aşağıdaki bağlantılar size yeni işletim sisteminizi kullanmaya başlamanızda yardımcı olacaktır. Deneyiminizin tadını çıkarın ve bize geri bildirim yapmaktan çekinmeyin."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
msgstr "BELGELER"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
msgstr "DESTEK"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
msgstr "PROJELER"
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
msgstr "Beni oku"
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
msgstr "Sürüm bilgileri"
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
msgstr "Viki"
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
msgstr "Web kaynağı"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
msgstr "Bize katıl"
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
msgstr "Forumlar"
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
msgstr "Sohbet odası"
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
msgstr "Posta listeleri"
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
msgstr "Geliştirme"
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
msgstr "Bağış"
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
msgstr "ılışta başlat"
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
msgstr "KURULUM"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
msgstr "Yükleyiciyi başlat"
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
msgstr "Ev"
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
msgstr "Hakkında"
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
msgstr "Manjaro karşılama ekranı"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""
msgstr "Sayfa yüklenemedi"

View File

@ -4,7 +4,6 @@
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Taras Holyj, 2017
# dsafsadf <heneral@gmail.com>, 2017
msgid ""
msgstr ""
@ -18,11 +17,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr "Ласкаво просимо до Manjaro!"
msgstr "Ласкаво просимо в Manjaro!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -30,9 +29,9 @@ msgid ""
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
"Дякуємо вам за участь у нашій спільноті!\n"
"Дякуємо вам за участь у нашій громаді!\n"
"\n"
"Ми, розробники Manjaro, сподіваємося, що використанням Manjaro, принесе вам таке ж задоволення яке відчували ми створюючи її. Наведені нижче посилання допоможуть вам розпочати роботу з новою операційною системою. Отже, насолоджуйтеся досвідом, і не соромтеся, надсилайте нам свої відгуки."
"Ми, розробники Manjaro, сподіваємося, що використанням Manjaro, принесе вам такеж задоволення яке відчували ми створюючи її. Наведені нижче посилання допоможуть вам розпочати роботу з новою операційною системою. Отже, насолоджуйтеся досвідом, і не соромтеся, надсилайте нам свої відгуки."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
@ -62,7 +61,7 @@ msgstr "Вікі"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Вебресурс"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"

View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/manjarolinux/teams/70274/uk_UA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk_UA\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

110
po/ur.po
View File

@ -1,110 +0,0 @@
# Translation of Manjaro-Hello.
# Copyright (C) 2016-2017 Manjaro Developers <manjaro-dev@manjaro.org>
# This file is distributed under the same license as the Manjaro-Hello package.
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Language-Team: Urdu (https://www.transifex.com/manjarolinux/teams/70274/ur/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ui/manjaro-hello.glade:55
msgid "Welcome to Manjaro!"
msgstr ""
#: ui/manjaro-hello.glade:71
msgid ""
"Thank you for joining our community!\n"
"\n"
"We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback."
msgstr ""
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
msgstr ""
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr ""
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
msgstr ""
#: ui/manjaro-hello.glade:129
msgid "Read me"
msgstr ""
#: ui/manjaro-hello.glade:143
msgid "Release info"
msgstr ""
#: ui/manjaro-hello.glade:158
msgid "Wiki"
msgstr ""
#: ui/manjaro-hello.glade:163 ui/manjaro-hello.glade:194
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr ""
#: ui/manjaro-hello.glade:189
msgid "Forums"
msgstr ""
#: ui/manjaro-hello.glade:206
msgid "Chat room"
msgstr ""
#: ui/manjaro-hello.glade:223
msgid "Mailling lists"
msgstr ""
#: ui/manjaro-hello.glade:240
msgid "Development"
msgstr ""
#: ui/manjaro-hello.glade:257
msgid "Donate"
msgstr ""
#: ui/manjaro-hello.glade:376
msgid "Launch at start"
msgstr ""
#: ui/manjaro-hello.glade:407
msgid "INSTALLATION"
msgstr ""
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr ""
#: ui/manjaro-hello.glade:462
msgid "Home"
msgstr ""
#: ui/manjaro-hello.glade:530 ui/manjaro-hello.glade:544
msgid "About"
msgstr ""
#: ui/manjaro-hello.glade:549
msgid "Welcome screen for Manjaro"
msgstr ""
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr ""

View File

@ -4,15 +4,14 @@
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Horazone Detex <thmmt2017d@gmail.com>, 2018
#
# Horazone Detex <thmmt2017d@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Manjaro-Hello\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-04 10:28+0100\n"
"PO-Revision-Date: 2016-12-27 20:47+0000\n"
"Last-Translator: Horazone Detex <thmmt2017d@gmail.com>, 2018\n"
"PO-Revision-Date: 2017-10-07 19:09+0100\n"
"Last-Translator: Horazone Detex <thmmt2017d@gmail.com>, 2017\n"
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/manjarolinux/teams/70274/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -62,7 +61,7 @@ msgstr "Wiki"
#: ui/manjaro-hello.glade:211 ui/manjaro-hello.glade:228
#: ui/manjaro-hello.glade:245 ui/manjaro-hello.glade:262
msgid "Web resource"
msgstr "Tài nguyên web<br>"
msgstr ""
#: ui/manjaro-hello.glade:175
msgid "Get involved"

48
readme 100644
View File

@ -0,0 +1,48 @@
<big>Manuseio de hardware</big>
Manjaro não só suporta o uso de vários kernels (selecionável a partir das opções avançadas na tela de inicialização), mas também fornece acesso aos mais recentes kernels de bordos de sangramento também. Isso pode ser feito através do uso do módulo Kernel no Gerenciador de Configurações gráficas do Manjaro ou através da linha de comando usando o comando MHWD-kernel (Manjaro Hardware Detection).
Essas ferramentas Manjaro atualizarão automaticamente um kernel recém-instalado juntamente com todos os módulos atualmente em uso com o kernel existente. Por exemplo, se você atualizar do kernel 3.18 para 4.1, o mhwd-kernel automaticamente incluiria as compilações do kernel 4.1 e todos os módulos usados com o kernel 3.18. Que tal isso!
Você pode configurar seu hardware através do módulo de Detecção de Hardware no Gerenciador de Configurações ou, alternativamente, com o aplicativo cli do MHWD. Com essas ferramentas você pode instalar, por exemplo, drivers gráficos, gratuitos e proprietários.
<big>Conseguindo ajuda</big>
Embora Manjaro é projetado para trabalhar tanto quanto possível, nós não afirmamos que é perfeito. Pode haver momentos em que as coisas dão errado, você pode ter perguntas e um desejo de aprender mais ou apenas deseja personalizá-lo para se adequar ao seu gosto. Esta página fornece detalhes de alguns recursos disponíveis para ajudá-lo!
<b>Pesquise na internet</b>
Talvez o primeiro lugar para procurar ajuda genérica do Linux seja usando seu mecanismo de busca favorito. Basta incluir palavras como 'Linux', 'Manjaro' ou 'Arch' em sua consulta de pesquisa.
Como Manjaro é baseado em Arch Linux, guias e dicas projetadas para Arch geralmente se aplicam a Manjaro também.
<b>Olhe nos fóruns</b>
Para ajuda específica com Manjaro temos um fórum on-line dedicado onde você pode procurar por tópicos, ou criar um você mesmo! Este é provavelmente o melhor lugar para ir para a colaboração, discussão e assistência. Peça ajuda, coloque seus pensamentos ou esboce algumas sugestões. Não seja tímido!
O Fórum Manjaro está dividido em sub-fóruns para diferentes tópicos e ambientes, por favor, poste a sua consulta no local apropriado!
<b>Junte-se a nós no IRC (Internet Relay Chat)</b>
Outra opção é juntar-se a nós no IRC, juntando-se ao nosso canal #manjaro nos servidores chat.freenode.net.
<b>Inscreva-se em uma lista de discussão</b>
Outra maneira de obter ajuda é enviar e-mail perguntas para Manjaro mailing list (você também pode pesquisar o histórico de discussões anteriores). Simplesmente inscreva-se na lista que preferir e siga as instruções. Há uma lista dedicada a vários tópicos, basta dar uma olhada!
<big>Outros recursos</big>
- <a href="http://forum.manjarolinux.de">Manjaro Germany</a> - Oficial, apoio para a nossa comunidade alemã.
- <a href="https://aur.archlinux.org">AUR Repository</a> - Software extra não disponível nos repositórios normais, construído a partir da fonte.
- <a href="https://wiki.manjaro.org">Manjaro Wiki</a> - Oficial wiki para Manjaro.
- <a href="http://wiki.archlinux.org">Arch Wiki</a> - Oficial wiki para Arch.
- <a href="http://manjaro.org/irc-channel">IRC Chat</a> - Conversa ao vivo e ajuda por usuários para usuários.
- <a href="http://manjaro-linux.com.br/">Fórum Manjaro Brasil</a> - Fórum Manjaro Brasil
<big>Sugestões</big>
Tem uma sugestão sobre como podemos fazer Manjaro melhor? Encontrou algo que você deseja incluir, ou quer ajudar? Por favor, deixe-nos saber, por postar sua sugestão no fórum ou cair no IRC.
Obrigado!
Esperamos que você goste de usar Manjaro!

30
release 100644
View File

@ -0,0 +1,30 @@
<big>Manjaro 18.0</big>
Estamos felizes em publicar outro lançamento estável do Manjaro Linux, que chamamos de Illyria.
A edição Xfce continua sendo nossa oferta principal e recebeu a atenção que merece. Poucos podem alegar oferecer uma experiência Xfce tão polida, integrada e de ponta. Nós enviamos o Xfce 4.13 com este lançamento do Manjaro.
Focamos principalmente no aprimoramento da experiência do usuário no desktop e no gerenciador de janelas e na atualização de alguns componentes para aproveitar as novas tecnologias disponíveis, como a mudança para um novo tema que chamamos de Matcha. O novo recurso Display-Profiles permite que você armazene um ou mais perfis para uma determinada configuração de exibição que você pode estar usando. Para tornar o negócio um pouco mais doce, implementamos a aplicação automática de perfis quando novos monitores são conectados.
Nossa edição do KDE continua a oferecer esse poderoso, maduro e rico ambiente de desktop com uma aparência única e com as vantagens das ferramentas mais recentes do Manjaro. Nós enviamos agora o desktop Plasma 5.14 em combinação com o mais recente KDE-Apps 18.08. Há um novo widget Configuração de exibição para gerenciamento de tela, que é útil para apresentações. Alternar o monitor principal ao conectar ou desconectar os monitores agora é mais suave. O widget de rede agora funciona novamente para túneis de SSH VPN. O widget Volume de áudio agora possui um recurso de teste de alto-falante embutido movido das configurações do Phonon e o Plasma agora avisa quando você faz logout quando outros usuários estão conectados.
O kernel 4.19 LTS é usado para esta versão, como os drivers mais recentes disponíveis até o momento. Em relação à última versão de mídia de instalação, nossas ferramentas foram aprimoradas e aprimoradas.
O Manjaro Settings Manager (MSM) agora fornece uma interface gráfica fácil de usar para instalar e remover as muitas séries de kernels que oferecemos. A seleção de kernels prontamente disponíveis do Manjaro continua sendo a mais extensa de toda a distribuição Linux que conhecemos. No momento deste lançamento, oito séries de kernel estão disponíveis diretamente de nossos repositórios binários, desde o diretório maduro e série rock-solid 3.16 para a última versão 4.19. Além disso, oferecemos três séries de kernel em tempo real. Um vasto leque de opções de kernel disponíveis resulta em extenso suporte de hardware, obtendo o máximo do seu sistema para você, seja ele antigo ou novo.
Com o Pamac v7.2 corrigimos problemas conhecidos e adicionamos novas funções. Recursos seguidos que você pode esperar:
    - pamac-gtk: adicionar suporte para editar arquivos de compilação
    - pamac-cli: adicionar suporte para editar arquivos de compilação
    - pamac-cli: adicionar ação clone
    - pamac-cli: build action agora tem uma opção --no-clone para usar somente arquivos de compilação locais
    - pamac-cli: construção de ação sem argumento agora tenta construir a partir do PKGBUILD no diretório atual
    - pamac-cli: adicionou um modo CLI ao pamac, que age de forma semelhante ao apt-get
Com o Manjaro Hello, adicionamos novas funções. Recursos seguidos que você pode esperar:
    - agora você pode manter os pacotes sugeridos pela comunidade diretamente na tela de boas vindas na opção de aplicativos
    - Melhorias na interface do usuário
    - traduções atualizadas
Esperamos que você aproveite este lançamento e nos diga o que você acha da Illyria.

View File

@ -1,2 +1 @@
__all__ = ["manjaro_hello"]
__version__ = "0.6.3"
__all__ = ["manjaro_hello"]

View File

@ -1,8 +1,5 @@
#!/usr/bin/env python3
import collections
import glob
import urllib.request
import gettext
import gi
import json
@ -13,84 +10,20 @@ import subprocess
import sys
import webbrowser
try:
from application_utility.browser.application_browser import ApplicationBrowser
from application_utility.browser.exceptions import NoAppInIsoError
from application_utility.browser.hello_config import HelloConfig
APPS_PLUGIN = True
except ModuleNotFoundError as e:
APPS_PLUGIN = False
print(f"Warning: Application Browser plugin not found : {e}")
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GdkPixbuf
class EmbedManager:
"""manage included applications"""
def __init__(self, *args):
self.apps = []
self.count = 0
for app in args:
self.apps.append(app)
def get_modules(self, window: Gtk.Window):
for app in self.apps:
app.load(window)
self.count = sum((1 for x in self.apps if x.loaded))
def display(self, window: Gtk.Window):
for app in self.apps:
app.display(window)
if app.loaded:
btn = window.builder.get_object(app.name)
if self.count < 2:
btn.set_margin_start(200)
btn.set_margin_end(200)
#TODO if self.count>2 !!! ???
class Embed:
"""abstact class for include app"""
def __init__(self):
""" abstact class initialisation """
self.name = "app" + self.__class__.__name__[5:]
self.loaded = False
self.box = None
def load(self, window: Gtk.Window) -> bool:
""" load modules if installed"""
raise Exception('abstract method')
def display(self, window: Gtk.Window):
""" show btn and add page"""
window.builder.get_object(self.name).set_visible(self.loaded)
if self.loaded:
window.builder.get_object("stack").add_named(self.box, self.name + "page")
class EmbedLayouts(Embed):
"""Gnome layout switcher"""
def load(self, window: Gtk.Window) -> bool:
try:
from layoutswitcherlib.layoutsbox import LayoutBox
try:
self.box = LayoutBox(window, usehello=True)
except Exception as err:
print("Error in Embled application:", err)
except ModuleNotFoundError as err:
print(f"Info: Gnome-layout-switcher not installed")
self.loaded = self.box is not None
return self.loaded
class EmbedBrowser(Embed):
"""Application-utility"""
def load(self, window: Gtk.Window) -> bool:
try:
from application_utility.browser.application_browser import ApplicationBrowser
from application_utility.browser.exceptions import NoAppInIsoError
from application_utility.config.hello_config import HelloConfig
try:
conf = HelloConfig(application="manjaro-hello")
self.box = ApplicationBrowser(conf, window)
except Exception as err:
print("Error in Embled application:", err)
except ModuleNotFoundError as err:
print(f"Info: Application-utility not installed")
self.loaded = self.box is not None
return self.loaded
class Hello(Gtk.Window):
"""Hello"""
@ -137,7 +70,7 @@ class Hello(Gtk.Window):
widget.get_image_position() is Gtk.PositionType.RIGHT:
img = Gtk.Image.new_from_file(
self.preferences["data_path"] + "img/external-link.png")
img.set_margin_start(2)
img.set_margin_left(2)
widget.set_image(img)
# Create pages
@ -168,9 +101,12 @@ class Hello(Gtk.Window):
self.builder.get_object("install").set_visible(True)
# Installed systems
else:
manager = EmbedManager(EmbedBrowser(), EmbedLayouts())
manager.get_modules(self)
manager.display(self)
if APPS_PLUGIN:
conf = HelloConfig(application="manjaro-hello")
app_browser = ApplicationBrowser(conf, self)
# create page install Applications
self.builder.get_object("stack").add_named(app_browser, "appBrowserpage")
self.builder.get_object("appBrowser").set_visible(True)
self.window.show()
@ -394,10 +330,12 @@ def get_lsb_infos():
for line in lsb_release:
if "=" in line:
var, arg = line.rstrip().split("=")
if not arg:
continue
var = var.replace("DISTRIB_","")
lsb[var] = arg.strip('"')
if var.startswith("DISTRIB_"):
var = var[8:]
if arg.startswith("\"") and arg.endswith("\""):
arg = arg[1:-1]
if arg:
lsb[var] = arg
except (OSError, KeyError) as error:
print(error)
return 'not Manjaro', '0.0'

View File

@ -84,6 +84,7 @@
<item id="sr">Serbian</item>
<item id="sv">Swedish</item>
<item id="th">Thai</item>
<item id="tr-TR">Turkish (Turkey)</item>
<item id="tr">Turkish</item>
<item id="uk">Ukrainian</item>
<item id="vi-VN">Vietnamese (Viet Nam)</item>
@ -374,7 +375,24 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<property name="can_focus">False</property>
<property name="spacing">5</property>
<child>
<placeholder/>
<object class="GtkEventBox">
<property name="name">google+</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="button-press-event" handler="on_link_clicked" swapped="no"/>
<child>
<object class="GtkImage" id="google+">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text">Google+</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkEventBox">
@ -503,53 +521,17 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing>
</child>
<child>
<object class="GtkBox">
<object class="GtkButton" id="appBrowser">
<property name="label" translatable="yes">Applications</property>
<property name="name">appBrowser</property>
<property name="can_focus">False</property>
<property name="visible">True</property>
<property name="name">boxPlugins</property>
<property name="spacing">0</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkButton" id="appBrowser">
<property name="label" translatable="yes">Applications</property>
<property name="name">appBrowser</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Common application selection</property>
<property name="margin_left">15</property>
<property name="margin_right">15</property>
<signal name="clicked" handler="on_btn_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="appLayouts">
<property name="label" translatable="yes">Gnome Layouts Manager</property>
<property name="name">appLayouts</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Manjaro Gnone config tool</property>
<property name="margin_left">15</property>
<property name="margin_right">15</property>
<signal name="clicked" handler="on_btn_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Common application selection</property>
<signal name="clicked" handler="on_btn_clicked" swapped="no"/>
</object>
<packing>
<property name="left_attach">0</property>
<property name="left_attach">1</property>
<property name="top_attach">8</property>
<property name="width">3</property>
</packing>
</child>
<child>
@ -558,6 +540,12 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="name">homepage</property>
@ -572,7 +560,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<property name="type_hint">dialog</property>
<property name="transient_for">window</property>
<property name="program_name">Manjaro Hello</property>
<property name="version">0.6.5</property>
<property name="version">0.6.0</property>
<property name="comments" translatable="yes">Welcome screen for Manjaro</property>
<property name="website">https://gitlab.manjaro.org/applications/manjaro-hello</property>
<property name="website_label">GitLab</property>