Merge remote-tracking branch 'upstream/master'

# Conflicts:
#	data/preferences.json
#	src/manjaro_hello.py
#	ui/manjaro-hello.glade
merge-requests/71/head
Frede Hundewadt 2018-10-30 16:46:56 +01:00
commit 3460747edb
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
49 changed files with 3639 additions and 502 deletions

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,10 +1,10 @@
<big>Tak for din støtte</big>
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.
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.
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:
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:
<big>Support og promovering</big>
<big>Support og udbredelse</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 bidrage 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 bidrager til at gøre Manjaro bedre.
<b>Hjælpe andre</b>
<b>Ved at hjælpe andre</b>
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å.
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å.
<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 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.
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.
<b>Grafisk arbejde</b>
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.
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.
<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 med at foreslå rettelser eller forgrene vores git-repositories.
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.

View File

@ -1,14 +1,14 @@
<big>Hardwarehåndtering</big>
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).
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).
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!
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!
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 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.
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.
<b>Søg på webbet</b>
@ -32,11 +32,12 @@ 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://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.
- <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.
<big>Forslag</big>

View File

@ -1,27 +1,31 @@
<big>Manjaro 17.1</big>
<big>Manjaro 18.0</big>
Vi er glade for at udgive endnu en stabil udgivelse af Manjaro Linux, kaldet Hakoila.
Vi er glade for at præsentere den næste stabile udgave af Manjaro Linux, som vi har givet navnet Illyria.
Xfce-udgaven er fortsat vores flagskib og har fået den fortjente opmærksomhed. Meget få kan tilbyde en så poleret, integreret Xfce-oplevelse. Vi har udsendt denne udgivelse med Xfce 4.12. Vores primære fokus har været på at polerere brugeroplevelsen på skrivebordet og vindueshåndteringen, og på opdatering af komponenter for at få fordel af de nyeste teknologier, såsom skiftet til vores nye Vertex-Maia-tema, temaet som kaldes Maia i vores KDE-udgave.
Xfce er stadig vores primære udgave og den får stadig den største opmærksomhed. Meget få distributioner kan tilbyde den samme tilpasning hvor de mindste detaljer er finpudset så vi har en af de bedste Xfce oplevelser. Med denne udgave af Manjaro bruges Xfce 4.13.
Vores KDE-udgave leverer fortsat et skrivebordsmiljø som er kraftfuldt, modent og funktionsrigt, med et unikt udseende og opførsel, og med goderne fra Manjaro's seneste værktøjer. Vi udsender nu Plasma 5.11-skrivebordet i kombineret med de nyeste KDE-Apps 17.12. Det var en stor opgave at få det hele til at fungere sammen og at få den samme brugeroplevelse som vores KDE4-udgivelser gjorde det førhen.
Vores arbejde har været fokuseret på forbedring af bruger oplevelsen både med skrivebords miljøet og den tilhørende vindues håndtering. Dette er gjort ved at opdatere forskellige komponenter blandt andet et skrivebordstema vi kalder Adapta-Mia. Den nye mulighed der kaldes Display-Profiles eller Skærm-Profiler lader dig oprette og gemme en eller flere profiler for en specifik skærmopsætning. For at gøre det hele lidt bedre bliver profilerne automatisk anvendt når skærmen tilsluttes.
Denne udgivelse bruger 4.14-kernen, så de senest drivere er tilgængelige. I forhold til den sidste udgivelse af installationsmedier er vores værktøjer blevet forbedret og poleret.
Vores KDE udgave er forsat et kraftværk der leverer et modent skrivebord med en overdådighed af tilpasningsmuligheder. KDE har et unikt udseende og workflow og fungerer naturligvis med Manjaros seneste værktøjer. Plasma 5.14 i kombination med de nyeste KDE-Apps 18.08. Der er nu en Skærm-Opsætning widget som er specielt anvendelig ved præsentationer. Skift af primær skærm når skærme tilsluttes eller fjernes er nu endnu lettere. Netværk widget virker igen med SSH VPN tunneller. Lydstyrke widget har fået en indbygget højttaler test. Testen er flyttet fra Phonon indstinger og Plasma vil ved logout advare hvis andre brugere er logget på.
Manjaro-indstillingshåndteringen (MSM) leverer nu en let anvendelig grafisk brugerflade til installation og fjernelse af de mange kerner vi tilbyder. Manjaro's udbud af kerner er fortsat det mest alsidige blandt alle de Linux-distributioner vi kender til. Ved tidspunkts for denne udgivelse var der 9 kerneserier til rådighed direkte fra vores binære softwarekilder, lige fra de modne og bundsolide 3.16-serier til den seneste 4.15-udgivelse. Derudover tilbyder vi to realtidskerneserier. Det brede udbud af kernemuligheder giver bred understøttelse af hardware, hvilket giver dig mest udbytte af dit system, hvad enten det er gammelt eller nyt.
Linux kerne 4.19 LTS er brugt til denne udgave ligesom og i forhold til udgivelses tidspunktet er det de nyeste drivere og programmer der er installeret.
Med Pamac v6.2 er kendte fejl rettet og nye funktioner tilføjet. Følgende funktionaliteter kan forventes:
Manjaro Settings Manager (MSM) har er en brugbar app der gør installation og fjernelse af de forskellige kerner til en smal sag. På udgivelsestidspunktet er det muligt at installeret otte kerner. Dette mulighed gør Manjaro til - så vidt vi ved - den distribution der giver flest muligheder på dette område. Kernerne rangerer for den solide 3.16 til den seneste 4.19 LTS udgivelse. Yderligere har Manjaro tre realtids kerner. En sådan bredde giver alle typer hardware mulighed for at bruge Manjaro og du kan få det meste ud af dit system enten det er gammelt eller nyt.
Med Pamac v7.2 er kendte problemer rettet og nye funktioner tilføjet. Følgende er ny funktionalitet:
- pamac-gtk: tilføjet redigering af PKGBUILD filer
- pamac-cli: tilføjet CLI til pamac, fungerer som apt-get
- pamac-cli: tilføjet redigering af PKGBUILD filer
- pamac-cli: tilføjet kloning funktion
- pamac-cli: build har nu en --no-clone mulighed så der kun bruges lokale filer
- pamac-cli: build uden argumenter prøver at bruge PKGBUILD i den aktuelle mappe
- komplet redesign af brugerflade
- tilføjelse af kategorier-tilstand
- anvendelse af appstream-data
- opdaterede oversættelser og rettelse af andre mindre problemer
Med Manjaro-indstillingshåndteringen har vi rettet kendte problemer og tilføjet nye funktioner. Følgende funktionaliteter kan forventes:
Med Manjaro Hello er nye funktioner tilføjet. Følgende er ny funktionalitet:
- opdaterede udgivelsesnoter til alle understøttede kerner
- rettelse ved opsætning af ntp-ur
- forbedringer af brugerfladen
- du kan vedligeholde programmer foreslået af fællesskabet direkte fra Velkomen billedet ved at bruge muligheden Programmer
- UI forbedringer
- opdaterede oversættelser
Vi håber at du vil nyde denne udgivelse og fortælle os hvad du synes om Hakoila.
Vi håber du vil få god gavn af denne udgivelse. Lad os endelig vide hvad du mener om Illyria.

View File

@ -1,27 +1,30 @@
<big>Manjaro 17.1</big>
<big>Manjaro 18.0</big>
We are happy to publish another stable release of Manjaro Linux, we call Hakoila.
We are happy to publish another stable release of Manjaro Linux, we call Illyria.
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.12 with this release of Manjaro. 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 Vertex-Maia theme, we already using known as Maia for our KDE edition.
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 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.11 desktop in combination with the latest KDE-Apps 17.12. It was a huge step to get it all playing together smoothly and to give the user experience the same feeling as our KDE4 editions of the past.
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 Adapta-Maia. 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.
Kernel 4.14 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.
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.
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, nine kernel-series are available directly from our binary repositories, ranging from the mature &amp; rock-solid 3.16 series to the latest 4.15 release. Additionally we offer two 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 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.
With Pamac v6.2 we fixed known issues and added new functions. Followed features you can expect:
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.
- complete redesign of UI
- added categories mode
- usage of appstream data
- updated translations and fixed other small issues
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
With Manjaro Settings Manager we fixed known issues and added new functions. Followed features you can expect:
- 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
- updated release notes for all supported kernels
- fixed with ntp clock setup
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 Hakoila.
We hope you enjoy this release and let us know what you think of Illyria.

View File

@ -1,27 +1,31 @@
<big>Manjaro 17.1</big>
<big>Manjaro 18.0</big>
Nous sommes heureux de publier une autre version stable de Manjaro Linux, que nous appelons Hakoila.
Nous sommes heureux de publier une nouvelle version stable de Manjaro Linux, nous l'avons appelé Illyria
L'édition Xfce reste notre offre phare et a reçu l'attention qu'elle mérite. Peu de gens peuvent prétendre offrir une expérience Xfce aussi polie, intégrée et avant-gardiste. Nous expédions Xfce 4.12 avec cette version de Manjaro. Nous nous sommes concentrés principalement sur l'amélioration de l'expérience utilisateur sur le bureau et le gestionnaire de fenêtres, et sur la mise à jour de certains composants pour profiter des nouvelles technologies disponibles, comme le passage à un nouveau thème Vertex-Maia.
L'édition avec Xfce reste notre version principale et a reçu l'attention qu'elle mérite. Peu de gens peuvent se vanter d'offrir une expérience Xfce aussi raffinée, intégrée et à la pointe de la technologie. Nous offrons Xfce 4.13 avec cette publication de Manjaro.
Notre édition de KDE continue d'offrir cet environnement de bureau puissant, mature et riche en fonctionnalités avec un aspect unique et avec les avantages des derniers outils de Manjaro. Nous livrons maintenant Plasma 5.11 desktop en combinaison avec les dernières KDE-Apps 17.12. Ce fut un grand pas en avant pour que tout se passe harmonieusement et que l'expérience de l'utilisateur soit la même que celle de nos éditions KDE4 du passé.
Nous nous sommes principalement concentrés sur le perfectionnement de l'expérience utilisateur pour le bureau et le gestionnaire de fenêtres, et sur la mise à jour de certains composants pour tirer parti des nouvelles technologies disponibles, comme le passage à un nouveau thème Adapta-Maia. La nouvelle fonctionnalité Display-Profiles vous permet de stocker un ou plusieurs profils d'affichage que vous pourriez utiliser. Pour adoucir l'expérience, nous avons ajouté l'application automatique des profils quand de nouveaux écrans sont connectés.
Le noyau 4.14 est utilisé pour cette version, comme les derniers pilotes disponibles à ce jour. Par rapport à la dernière version des médias d'installation, nos outils ont été améliorés et polis.
Notre édition KDE continue d'offrir cet environnement de bureau puissant, mature et riche en fonctionnalités avec un aspect unique, et avec les avantages des derniers outils Manjaro. Nous proposons maintenant le bureau Plasma 5.14 avec la dernière version des KDE-Apps 18.08. Il y a un nouveau widget de configuration d'affichage pour la gestion d'écran qui est utile pour les présentations. La commutation du moniteur principal lors du branchement ou du débranchement des moniteurs est maintenant plus fluide. Le widget réseau fonctionne à nouveau pour les tunnels VPN SSH. Le widget Volume audio dispose désormais d'une fonction de test de haut-parleur intégrée déplacée depuis les paramètres de Phonon et Plasma et avertit désormais de la déconnexion lorsque d'autres utilisateurs sont connectés.
Le Gestionnaire de paramètres Manjaro (MSM) fournit maintenant une interface graphique facile à utiliser pour installer et supprimer les nombreuses séries de noyaux que nous offrons. La sélection par Manjaro de noyaux facilement disponibles reste la plus vaste de toutes les distributions de Linux que nous connaissons. Au moment de cette publication, neuf séries de noyaux sont disponibles directement à partir de nos dépôts binaires, allant de la maturité de la série solide 3.16 à la dernière version 4.15. De plus, nous offrons deux séries de noyaux en temps réel. Un tel éventail d'options de noyau disponibles résulte en un support matériel étendu, tirant le meilleur parti de votre système pour vous, qu'il soit ancien ou nouveau.
Le noyau 4.19 LTS est utilisé pour cette version, comme les derniers pilotes disponibles à ce jour. Depuis notre dernier média d'installation, nos outils ont été améliorés et polis.
Avec Pamac v6.2, nous avons corrigé les problèmes connus et ajouté de nouvelles fonctions tels que :
Le gestionnaire de paramètres Manjaro (MSM) fournit maintenant une interface graphique facile à utiliser pour installer et supprimer les nombreuses séries de noyaux que nous proposons. La sélection de noyaux facilement disponibles de Manjaro reste la plus complète de toutes les distributions Linux à notre connaissance. À la publication de cette version, huit séries de noyaux sont disponibles directement depuis nos dépôts binaires, allant du mature et solide 3.16 à la dernière version 4.19. De plus, nous proposons trois séries de noyaux en temps réel. Un tel éventail d'options de noyaux disponibles se traduit par un support matériel étendu, vous permettant de tirer le meilleur parti de votre système, qu'il soit ancien ou nouveau.
- redesign complet
- ajout de catégories
- utilisation des données appstream
- mises à jour des traductions et d'autres petites corrections
Avec Pamac v7.2 nous avons corrigé des problèmes connus et ajouté de nouvelles fonctions. Les caractéristiques suivantes auxquelles vous pouvez vous attendre :
Avec Manjaro Settings Manager, nous avons corrigé les problèmes connus et ajouté de nouvelles fonctions tels que :
- pamac-gtk: ajout de l'édition des fichiers de construction
- pamac-cli: ajout de l'édition des fichiers de construction
- pamac-cli: ajout d'une fonction clone
- pamac-cli: la fonction build a maintenant une option --no-clone pour n'utiliser que des fichiers locaux
- pamac-cli: compiler sans argument essaye maintenant de construire avec le PKGBUILD dans le répertoire courant
- pamac-cli: ajout d'un mode ligne de commande à pamac, agissant de manière comparable à apt-get
- mises à jour des notes de version pour tous les noyaux supportés
- amélioration des paramètres d'horloge ntp
- améliorations de l'interface
- traductions mises à jour
Avec Manjaro Hello, nous avons ajouté de nouvelles fonctions. Les caractéristiques suivantes auxquelles vous pouvez vous attendre :
- vous pouvez maintenir des paquets suggérés par la communauté directement dans l'écran d'accueil via l'option applications
- améliorations de l'interface utilisateur
- traductions améliorées
Nous espérons que vous appréciez cette version et que vous nous direz ce que vous pensez d'Illyria.
Nous espérons que vous apprécierez cette version et laissez-nous savoir ce que vous pensez de Hakoila.

View File

@ -1,27 +1,30 @@
<big>Manjaro 17.1</big>
<big>Manjaro 18.0</big>
Örülünk, hogy eljutottunk a Manjaro következő kiadásáig, amely a Hakoila kódnevet kapta.
We are happy to publish another stable release of Manjaro Linux, we call Illyria.
Az Xfce kiadás továbbra is marad a zászlóshajóink között, és megkapta a neki járó figyelmet. Kevesen biztosítanak ennyire csiszolt, és naprakész Xfce tapasztalatot. A Manjaro ezen kiadásával az Xfce 4.12-es verzióját szállítjuk. Leginkább az asztal és az ablakkezelő felhasználói tapasztalatának csiszolására fókuszáltunk, és néhány komponens frissítésére, hogy az újonnan elérhető megoldásokból a lehető legtöbbet tudják kihozni, például az új Vertex-Maia témára való váltás.
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.
A KDE változat továbbra is biztosítja ezt az érett, nagy tudású környezetet, egyedi megjelenéssel, és a Manjaro legújabb ezközeivel. Ebben a kiadásban a Plasma 5.11 asztalt, és a KDE-Apps 17.12-t szállítjuk. Nagy munka volt, hogy minden simán működjön, és ugyanazt a felhasználói élményt nyújtsa, mint a régebbi KDE4 kiadások.
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 Adapta-Maia. 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.
A 4.14-es verziójú kernelt, valamint a legújabb drivereket szállítjuk ebben a kiadásban. Az eddigi kiadásokhoz képest az ezközeink sokat fejlődtek és csiszolódtak.
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.
A Manjaro Settings Manager (MSM) egy felhasználóbarát felületet biztosít az általunk szállított kernelek telepítésére, vagy eltávolítására. A Manjaro kernel kínálata továbbra is a legszélesebb az általunk ismert Linux disztribúciók közül. A kiadás időpontjában kilenc kernel verzió érhető el, a betonstabil 3.16-es verziótól a 4.15-es kiadásig. Ráadásul valós idejű (real time) kerneleket is biztosítunk. A kernel opciók nagy mennyisége széles hardver támogatást biztosít, a legtöbbet kihozva a gépedből, legyen az új, vagy régi.
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.
A Pamac v6.2-al fixáltunk több ismert hibát, valamint új funkciókat adtunk hozzá:
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.
- complete redesign of UI
- added categories mode
- usage of appstream data
- fordítások frissítése, és több kisebb probléma javítása
With Pamac v7.2 we fixed known issues and added new functions. Followed features you can expect:
A Manjaro Settings Managerben is fixáltuk az ismert hibákat, és új funkciókat adtunk hozzá:
- 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
- updated release notes for all supported kernels
- fixed with ntp clock setup
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
- fordítások frissítése
- updated translations
Reméljük, élvezni fogod ennek a kiadásnak a használatát, és kérünk, oszd meg velünk, hogy milyennek látod a Manjaro-t.
We hope you enjoy this release and let us know what you think of Illyria.

View File

@ -33,7 +33,7 @@ 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 nos repositórios normais, construído a partir da fonte.
- <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.

View File

@ -1,27 +1,30 @@
<big>Manjaro 17.1</big>
<big>Manjaro 18.0</big>
Estamos felizes em publicar outro lançamento estável do Manjaro Linux, chamamos Hakoila.
Estamos felizes em publicar outro lançamento estável do Manjaro Linux, que chamamos de Illyria.
A edição Xfce continua a ser a nossa oferta emblemática e recebeu a atenção que merece. Poucos podem alegar oferecer uma experiência tão polida, integrada e de ponta Xfce. Nós enviamos Xfce 4.12 com este lançamento de Manjaro. Nós nos concentramos principalmente em polir a experiência do usuário no desktop e no gerenciador de janelas e em atualizar alguns componentes para aproveitar as novas tecnologias disponíveis, como a mudança para um novo tema Vertex-Maia, que já usamos conhecido como Maia para nossa edição do KDE.
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.
Nossa edição do KDE continua a oferecer este ambiente de desktop poderoso, maduro e rico em recursos, com um visual único e com as vantagens das ferramentas mais recentes do Manjaro. Nós enviamos agora Plasma 5.11 desktop em combinação com o mais recente KDE-Apps 17.12. Foi um passo enorme para que tudo funcionasse bem e para dar ao usuário a mesma sensação que as nossas edições KDE4 do passado.
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.
O Kernel 4.14 é usado para esta versão, como os drivers mais recentes disponíveis até o momento. Em relação à última versão da mídia de instalação, nossas ferramentas foram aprimoradas e polidas.
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 Manjaro Settings Manager (MSM) agora oferece uma interface gráfica fácil de usar para instalar e remover as muitas séries de kernels que oferecemos. A seleção de Manjaro's de kernels prontamente disponíveis continua sendo a mais extensa de todas as distribuições Linux que conhecemos. No momento desta versão, nove kernel-séries estão disponíveis diretamente de nossos repositórios binários, que vão desde o maduro e sólido 3.16 série para a última versão 4.15. Além disso, oferecemos duas séries de kernel em tempo real. Essa ampla variedade de opções de kernel disponíveis resulta em um extenso suporte de hardware, tirando o máximo proveito do seu sistema para você, seja ele antigo ou novo.
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.
Com Pamac v6.2 corrigimos problemas conhecidos e adicionamos novas funções. Recursos seguidos que você pode esperar:
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.
- complete redesign of UI
- added categories mode
- usage of appstream data
- traduções atualizadas e outras pequenas questões fixas
Com o Pamac v7.2 corrigimos problemas conhecidos e adicionamos novas funções. Recursos seguidos que você pode esperar:
Com o Manjaro Settings Manager resolvemos 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
- updated release notes for all supported kernels
- fixed with ntp clock setup
- UI enhancements
- traduções atualizadas
Com o Manjaro Hello, adicionamos novas funções. Recursos seguidos que você pode esperar:
Esperamos que você goste desta versão e deixe-nos saber o que você acha de Hakoila.
    - 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

@ -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

@ -0,0 +1,47 @@
<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.
<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!

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,27 +1,30 @@
<big> Manjaro 17.1 </big>
<big>Manjaro 18.0</big>
Мы рады представить очередной стабильный релиз Manjaro Linux под кодовым именем Hakoila.
Мы с радостью сообщаем о выходе новой стабильной версии Manjaro Linux, которую мы назвали Illyria (Иллирия).
Редакция Xfce остается нашим основным предложением и получила ту долю внимания, которую заслуживает. Мало что может предложить настолько отполированный, интегрированный и передовой интерфейс, как Xfce. В поставку этой версии Manjaro включено Xfce 4.12. Основное внимание было сфокусировано на полировке пользовательского интерфейса рабочего стола и оконном менеджере, а также на обновлении некоторых компонентов, чтобы дать вам возможность воспользоваться новыми доступными технологиями, такими как новая тема Vertex-Maia, которая уже используется в редакции KDE под названием Maia.
Xfce, которое по-прежнему является основным окружением рабочего стола в Manjaro, было уделено заслуженное внимание. Немногие могут похвастаться наличием настолько отлаженного, хорошо интегрированного и современного окружения на базе Xfce. Настоящий выпуск Manjaro включает в себя Xfce версии 4.13.
Редакция KDE по-прежнему поставляется с этой мощной, зрелой и многофункциональной средой для настольных компьютеров, обладающей уникальным внешним видом и возможностями, а также преимуществами новейших инструментов Manjaro. Дистрибутив основан на рабочем столе Plasma 5.11 в сочетании с последними KDE-приложениями 17.12. Проделана огромная работа, чтобы все компоненты системы взаимодействовали друг с другом также гладко, а пользователи испытывали те же чувства, как это было в наших предыдущих выпусках KDE4.
Главным образом мы сосредоточились на улучшении пользовательского опыта в части рабочего стола и оконного менеджера, а также на обновлении некоторых компонентов, позволяющих воспользоваться преимуществами новых технологий, например, был осуществлён переход на новую тему под названием Matcha. Новая функция "Профили экрана" позволяет иметь несколько профилей для определённых конфигураций дисплея, которые могут быть вам необходимы. Более того, мы внедрили автоматическое применение профилей при подключении новых дисплеев.
В этой версии по умолчанию используется ядро 4.14 вместе с самыми последними доступными версиями драйверов. С момента выхода предыдущей версии дистрибутива наши инструменты также были улучшены и отшлифованы.
Наша редакция на базе KDE содержит это мощное, зрелое и многофункциональное рабочее окружение вкупе с уникальным стилем оформления и преимуществами новейших разработок Manjaro. В этой редакции мы представляем рабочий стол Plasma 5.14 в сочетании с новейшими приложениями KDE 18.08. Появился новый виджет конфигурации дисплея, который будет полезен для презентаций. Переключение основного дисплея при подключении или отключении мониторов теперь осуществляется гораздо плавнее. Виджет сетей теперь снова поддерживает SSH VPN туннели. Виджет громкости получил встроенную функцию проверки работы динамиков, перемещённую из настроек Phonon, а Plasma теперь предупреждает при попытке выйти из системы, когда другие пользователи работают с ней.
Manjaro Settings Manager (MSM) теперь предоставляет простой в использовании графический интерфейс для установки и удаления множества версий ядер, предлагаемых нами. Выбор готовых ядер остается Manjaro самым широким среди всех известных нам дистрибутивов Linux. В рамках этой версии системы доступно девять вариантов ядер, которые можно получить непосредственно из наших бинарных репозиториев, начиная со зрелого и непробиваемого ядра версии 3.16 и заканчивая последней версией 4.15. Кроме того, мы предлагаем две серии ядер реального времени. Такой широкий выбор доступных ядер обеспечивает обширную аппаратную поддержку, по максимуму используя ваш компьютер, не важно, на сколько от старый.
В этом релизе по умолчанию используется ядро версии 4.19 с длительным циклом поддержки (LTS), а также последние версии драйверов, доступных на настоящий момент. Наш инструментарий был усовершенствован по сравнению с предыдущей версией установочного образа.
Обновив Pamac v6.2 мы исправили известные проблемы и добавили новые функции. Вот функции, которые теперь доступны:
Менеджер настроек Manjaro (MSM) отныне располагает лёгким в использовании графическим интерфейсом для установки и удаления различных версий ядер, которые мы предоставляем. Диапазон версий ядер, доступных в нашем репозитории, по-прежнему является наиболее широким среди всех дистрибутивов Linux, которые мы знаем. На момент релиза данной версии Manjaro доступно восемь версий от стабильной и проверенной временем версии 3.16 до новейшей 4.19. Помимо этого, доступны три версии ядер, работающих в режиме реального времени (RT). Настолько разнообразный выбор доступных ядер обеспечивает широкую поддержку оборудования, позволяя вашему компьютеру работать с полной отдачей, неважно, старый он или новый.
- полностью переработан пользовательский интерфейс
- добавлена категоризация
- используются данные из основной ветки
- обновлены переводы и исправлены другие мелкие проблемы
В Pamac версии 7.2 исправлены известные ошибки и добавлены новые функции:
В Manjaro Settings Manager мы исправили все известные проблемы и добавили новые функции. Теперь доступны следующие функции:
- pamac-gtk: добавлена поддержка редактирования файлов сборки
- pamac-cli: добавлена поддержка редактирования файлов сборки
- pamac-cli: добавлено действие клонирования
- pamac-cli: действие сборки теперь имеет опцию --no-clone, которая позволяет использовать только локальные файлы сборки
- pamac-cli: действие сборки без аргументов отныне пытается собрать проект на базе PKGBUILD, находящегося в текущей директории
- pamac-cli: в pamac добавлен CLI, который работает похожим на apt-get способом
- обновлены данные о выпуске ко всем поддерживаемым ядрам
- исправлены настройки времени по ntp
- визуальные улучшения
Мы добавили новые функции в Manjaro Hello. Вот часть из них:
- теперь вы можете управлять предлагаемыми сообществом пакетами напрямую с приветственного экрана
- улучшения в пользовательском интерфейсе
- обновлены переводы
Мы надеемся, что вам понравится этот выпуск. Пожалуйста, оставляйте свои отзывы о Hakoila.
Мы надеемся, что вам понравится данный выпуск Manjaro и вы расскажете нам, что вы думаете по поводу Illyria.

View File

@ -9,13 +9,6 @@
"logo_path": "/usr/share/icons/hicolor/64x64/apps/manjaro.png",
"save_path": "~/.config/manjaro-hello.json",
"ui_path": "/usr/share/manjaro-hello/ui/manjaro-hello.glade",
"data_set": "default",
"user_path": "~/.config",
"data_sets": [
"default",
"advanced"
],
"url": "https://gitlab.manjaro.org/fhdk/application-utility/raw/master",
"urls": {
"development": "https://gitlab.manjaro.org",
"chat": "https://kiwiirc.com/client/irc.freenode.net/?nick=manjaro-web|?#manjaro",

View File

@ -7,6 +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[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.

110
po/am.po 100644
View File

@ -0,0 +1,110 @@
# 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 ""

113
po/am_ET.po 100644
View File

@ -0,0 +1,113 @@
# 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 "ገጹን መጫን አልተቻለም "

110
po/az.po 100644
View File

@ -0,0 +1,110 @@
# 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 ""

116
po/bn.po 100644
View File

@ -0,0 +1,116 @@
# 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 ""

110
po/ca@valencia.po 100644
View File

@ -0,0 +1,110 @@
# 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 ""

110
po/ca_ES.po 100644
View File

@ -0,0 +1,110 @@
# 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 ""

110
po/da_DK.po 100644
View File

@ -0,0 +1,110 @@
# 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,15 +5,16 @@
#
# Translators:
# philm <philm@manjaro.org>, 2016
# Jan Jansen <jjansen91@gmx.net>, 2016
# Jan Jansen, 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: Bernhard Landauer <bernhard@oberon.at>, 2017\n"
"Last-Translator: Christian G <geblerc@gmail.com>, 2018\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"
@ -63,7 +64,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 ""
msgstr "Web-Ressource"
#: ui/manjaro-hello.glade:175
msgid "Get involved"

110
po/eo.po 100644
View File

@ -0,0 +1,110 @@
# 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 ""

110
po/es_AR.po 100644
View File

@ -0,0 +1,110 @@
# 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: 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 ""
#: 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 ""

116
po/et.po 100644
View File

@ -0,0 +1,116 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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 ""

110
po/fi_FI.po 100644
View File

@ -0,0 +1,110 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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 ""

116
po/mk.po 100644
View File

@ -0,0 +1,116 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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,13 +5,14 @@
#
# 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: Øystein Steffensen-Alværvik <internett@protonmail.com>, 2017\n"
"Last-Translator: Nicholas <nicholaskarlsen1102@gmail.com>, 2018\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"
@ -61,7 +62,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 ""
msgstr "Nettressurs"
#: ui/manjaro-hello.glade:175
msgid "Get involved"

113
po/ne.po 100644
View File

@ -0,0 +1,113 @@
# 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,13 +5,14 @@
#
# 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: feellip <philip.e.g.andersson@gmail.com>, 2017\n"
"Last-Translator: ordtrogen <johan@ordtrogen.se>, 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"
@ -29,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 ""
"Tack för att du går med i våran gemenskap!\n"
"Tack för att du går med i vår gemenskap!\n"
"\n"
"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."
"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."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
@ -39,7 +40,7 @@ msgstr "DOKUMENTATION"
#: ui/manjaro-hello.glade:103
msgid "SUPPORT"
msgstr "STÖD"
msgstr "SUPPORT"
#: ui/manjaro-hello.glade:117
msgid "PROJECT"
@ -61,11 +62,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 ""
msgstr "Webbresurs"
#: ui/manjaro-hello.glade:175
msgid "Get involved"
msgstr "Bli involverad"
msgstr "Engagera dig"
#: ui/manjaro-hello.glade:189
msgid "Forums"
@ -97,7 +98,7 @@ msgstr "INSTALLATION"
#: ui/manjaro-hello.glade:419
msgid "Launch installer"
msgstr "Kör installeringsprogram"
msgstr "Kör installationsprogram"
#: ui/manjaro-hello.glade:462
msgid "Home"
@ -113,4 +114,4 @@ msgstr "Välkomstskärm för Manjaro"
#: src/manjaro_hello.py:212
msgid "Can't load page."
msgstr "Kan inte ladda sidan."
msgstr "Kan inte läsa in sidan."

110
po/ti.po 100644
View File

@ -0,0 +1,110 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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

@ -4,6 +4,7 @@
# Hugo Posnic <huluti@manjaro.org>, 2016-2017.
#
# Translators:
# Taras Holyj, 2017
# dsafsadf <heneral@gmail.com>, 2017
msgid ""
msgstr ""
@ -17,11 +18,11 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\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"
"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 "Ласкаво просимо в Manjaro!"
msgstr "Ласкаво просимо до Manjaro!"
#: ui/manjaro-hello.glade:71
msgid ""
@ -29,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 ""
"Дякуємо вам за участь у нашій громаді!\n"
"Дякуємо вам за участь у нашій спільноті!\n"
"\n"
"Ми, розробники Manjaro, сподіваємося, що використанням Manjaro, принесе вам такеж задоволення яке відчували ми створюючи її. Наведені нижче посилання допоможуть вам розпочати роботу з новою операційною системою. Отже, насолоджуйтеся досвідом, і не соромтеся, надсилайте нам свої відгуки."
"Ми, розробники Manjaro, сподіваємося, що використанням Manjaro, принесе вам таке ж задоволення яке відчували ми створюючи її. Наведені нижче посилання допоможуть вам розпочати роботу з новою операційною системою. Отже, насолоджуйтеся досвідом, і не соромтеся, надсилайте нам свої відгуки."
#: ui/manjaro-hello.glade:89
msgid "DOCUMENTATION"
@ -61,7 +62,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"

110
po/uk_UA.po 100644
View File

@ -0,0 +1,110 @@
# 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 100644
View File

@ -0,0 +1,110 @@
# 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 ""

110
po/zh.po 100644
View File

@ -0,0 +1,110 @@
# 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: Chinese (https://www.transifex.com/manjarolinux/teams/70274/zh/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh\n"
"Plural-Forms: nplurals=1; plural=0;\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

@ -0,0 +1 @@
__all__ = ["manjaro_hello"]

View File

@ -4,338 +4,27 @@ import collections
import glob
import urllib.request
import gettext
import gi
import json
import locale
import logging
import os
import subprocess
import sys
import webbrowser
import gi
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, GLib
# Applications class constants
VERSION = "0.8"
TITLE = "Manjaro Application Utility {}".format(VERSION)
GROUP = 0
ICON = 1
APPLICATION = 2
DESCRIPTION = 3
ACTIVE = 4
PACKAGE = 5
INSTALLED = 6
class Applications(Gtk.Window):
def __init__(self):
Gtk.Window.__init__(self, title=TITLE, border_width=6)
self.app = "manjaro-hello"
self.dev = "--dev" in sys.argv
if self.dev:
self.preferences = self.read_json_file("data/preferences.json".format(self.app))
else:
self.preferences = self.read_json_file("/usr/share/{}/data/preferences.json".format(self.app))
self.preferences["data_path"] = "./data"
self.set_position(Gtk.WindowPosition.CENTER_ALWAYS)
icon="system-software-install"
pixbuf24 = Gtk.IconTheme.get_default().load_icon(icon, 24, 0)
pixbuf32 = Gtk.IconTheme.get_default().load_icon(icon, 32, 0)
pixbuf48 = Gtk.IconTheme.get_default().load_icon(icon, 48, 0)
pixbuf64 = Gtk.IconTheme.get_default().load_icon(icon, 64, 0)
pixbuf96 = Gtk.IconTheme.get_default().load_icon(icon, 96, 0)
self.set_icon_list([pixbuf24, pixbuf32, pixbuf48, pixbuf64, pixbuf96])
# set data
self.app_store = None
self.pkg_selected = None
self.pkg_installed = None
self.pkg_list_install = []
self.pkg_list_removal = []
# setup main box
self.set_default_size(800, 650)
self.application_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
self.add(self.application_box)
# create title box
self.title_box = Gtk.Box()
self.title_image = Gtk.Image()
self.title_image.set_size_request(100, 100)
self.title_image.set_from_file("/usr/share/icons/manjaro/maia/96x96.png")
self.title_label = Gtk.Label()
self.title_label.set_markup("<big>Manjaro Application Maintenance</big>\n"
"Select/Deselect apps you want to install/remove.\n"
"Click <b>UPDATE SYSTEM</b> button when ready.")
self.title_box.pack_start(self.title_image, expand=False, fill=False, padding=0)
self.title_box.pack_start(self.title_label, expand=True, fill=True, padding=0)
# pack title box to main box
self.application_box.pack_start(self.title_box, expand=False, fill=False, padding=0)
# setup grid
self.grid = Gtk.Grid()
self.grid.set_column_homogeneous(True)
self.grid.set_row_homogeneous(True)
self.application_box.add(self.grid)
# setup list store model
self.app_store = self.load_app_data(self.preferences["data_set"])
# create a tree view with the model store
self.tree_view = Gtk.TreeView.new_with_model(self.app_store)
self.tree_view.set_activate_on_single_click(True)
# column model: icon
icon = Gtk.CellRendererPixbuf()
column = Gtk.TreeViewColumn("", icon, icon_name=ICON)
self.tree_view.append_column(column)
# column model: group name column
renderer = Gtk.CellRendererText()
column = Gtk.TreeViewColumn("Group", renderer, text=GROUP)
self.tree_view.append_column(column)
# column model: app name column
renderer = Gtk.CellRendererText()
column = Gtk.TreeViewColumn("Application", renderer, text=APPLICATION)
self.tree_view.append_column(column)
# column model: description column
renderer = Gtk.CellRendererText()
column = Gtk.TreeViewColumn("Description", renderer, text=DESCRIPTION)
self.tree_view.append_column(column)
# column model: install column
toggle = Gtk.CellRendererToggle()
toggle.connect("toggled", self.on_app_toggle)
column = Gtk.TreeViewColumn("Installed", toggle, active=ACTIVE)
self.tree_view.append_column(column)
# button box
self.button_box = Gtk.Box(spacing=10)
self.advanced = Gtk.ToggleButton(label="Advanced")
self.advanced.connect("clicked", self.on_expert_clicked)
self.download = Gtk.Button(label="download")
self.download.connect("clicked", self.on_download_clicked)
self.reload_button = Gtk.Button(label="reload")
self.reload_button.connect("clicked", self.on_reload_clicked)
self.update_system_button = Gtk.Button(label="UPDATE SYSTEM")
self.update_system_button.connect("clicked", self.on_update_system_clicked)
self.close_button = Gtk.Button(label="close")
self.close_button.connect("clicked", self.on_close_clicked)
self.button_box.pack_start(self.advanced, expand=False, fill=False, padding=10)
self.button_box.pack_end(self.update_system_button, expand=False, fill=False, padding=10)
self.button_box.pack_end(self.close_button, expand=False, fill=False, padding=10)
self.button_box.pack_end(self.reload_button, expand=False, fill=False, padding=10)
self.button_box.pack_end(self.download, expand=False, fill=False, padding=10)
self.application_box.pack_end(self.button_box, expand=False, fill=False, padding=10)
# create a scrollable window
self.app_window = Gtk.ScrolledWindow()
self.app_window.set_vexpand(True)
self.app_window.add(self.tree_view)
self.grid.attach(self.app_window, 0, 0, 5, len(self.app_store))
# show start
self.show_all()
def load_app_data(self, data_set):
if os.path.isfile("{}/{}.json".format(self.preferences["user_path"], data_set)):
app_data = self.read_json_file("{}/{}.json".format(self.preferences["user_path"], data_set))
else:
app_data = self.read_json_file("{}/{}.json".format(self.preferences["data_path"], data_set))
store = Gtk.TreeStore(str, str, str, str, bool, str, bool)
for group in app_data:
index = store.append(None,
[group["name"],
group["icon"],
None, group["description"], None, None, None])
for app in group["apps"]:
status = self.app_installed(app["pkg"])
tree_item = (None,
app["icon"],
app["name"],
app["description"],
status,
app["pkg"],
status)
store.append(index, tree_item)
return store
def reload_app_data(self, dataset):
self.pkg_selected = None
self.pkg_installed = None
self.pkg_list_install = []
self.pkg_list_removal = []
self.app_store.clear()
self.app_store = self.load_app_data(dataset)
self.tree_view.set_model(self.app_store)
def on_close_clicked(self, widget):
self.hide()
def on_reload_clicked(self, widget):
self.reload_app_data(self.preferences["data_set"])
def on_expert_clicked(self, widget):
if widget.get_active():
self.preferences["data_set"] = "advanced"
else:
self.preferences["data_set"] = "default"
self.reload_app_data(self.preferences["data_set"])
def on_download_clicked(self, widget):
if self.net_check():
# noinspection PyBroadException
try:
for download in self.preferences["data_sets"]:
url = "{}/{}.json".format(self.preferences["url"], download)
file = self.fix_path("{}/{}.json".format(self.preferences["user_path"], download))
req = urllib.request.Request(url=url)
with urllib.request.urlopen(req, timeout=2) as response:
data = json.loads(response.read().decode("utf8"))
self.write_json_file(data, file)
except Exception as e:
print(e)
else:
dialog = Gtk.MessageDialog(self, 0,
Gtk.MessageType.ERROR,
Gtk.ButtonsType.CANCEL,
"Download not available")
dialog.format_secondary.text("The server 'gitlab.manjaro.org' could not be reached")
dialog.run()
def on_app_toggle(self, cell, path):
# a group has no package attached and we don't install groups
if self.app_store[path][PACKAGE] is not None:
self.app_store[path][ACTIVE] = not self.app_store[path][ACTIVE]
self.pkg_selected = self.app_store[path][PACKAGE]
self.pkg_installed = self.app_store[path][INSTALLED]
if self.app_store[path][ACTIVE] is False:
if self.pkg_installed is True:
# to uninstall
self.pkg_list_removal.append(self.pkg_selected)
if self.dev:
print("for removal : {}".format(self.pkg_selected))
if self.pkg_selected in self.pkg_list_install:
# cancel install
self.pkg_list_install.remove(self.pkg_selected)
if self.dev:
print("cancel install: {}".format(self.pkg_selected))
else:
# don't reinstall
if self.pkg_installed is False:
# only install
if self.pkg_selected not in self.pkg_list_install:
self.pkg_list_install.append(self.pkg_selected)
if self.dev:
print("to install : {}".format(self.pkg_selected))
if self.pkg_selected in self.pkg_list_removal:
# cancel uninstall
self.pkg_list_removal.remove(self.pkg_selected)
if self.dev:
print("pkg list install: {}".format(self.pkg_list_install))
print("pkg list removal: {}".format(self.pkg_list_removal))
def on_update_system_clicked(self, widget):
file_install = "/tmp/.install-packages.txt"
file_uninstall = "/tmp/.remove-packages.txt"
os.environ["APP_UTILITY"] = "PACKAGES"
shell_fallback = False
if self.pkg_list_install:
if os.path.isfile("/usr/bin/pamac-installer"):
subprocess.run(["pamac-installer"] + self.pkg_list_install)
else:
shell_fallback = True
with open(file_install, "w") as outfile:
for p in self.pkg_list_install:
outfile.write("{} ".format(p))
if self.pkg_list_removal:
shell_fallback = True
with open(file_uninstall, "w") as outfile:
for p in self.pkg_list_removal:
outfile.write("{} ".format(p))
if shell_fallback:
if self.dev:
os.system('gksu-polkit ./app-install')
else:
os.system('gksu-polkit app-install')
self.reload_app_data(self.preferences["data_set"])
@staticmethod
def app_installed(package):
if glob.glob("/var/lib/pacman/local/{}-[0-9]*".format(package)):
return True
return False
@staticmethod
def fix_path(path):
"""Make good paths.
:param path: path to fix
:type path: str
:return: fixed path
:rtype: str
"""
if "~" in path:
path = path.replace("~", os.path.expanduser("~"))
return path
@staticmethod
def net_check():
"""Check for internet connection"""
resp = None
host = "https://gitlab.manjaro.org"
# noinspection PyBroadException
try:
resp = urllib.request.urlopen(host, timeout=2)
except Exception:
pass
return bool(resp)
@staticmethod
def read_json_file(filename, dictionary=True):
"""Read json data from file"""
result = list()
try:
if dictionary:
with open(filename, "rb") as infile:
result = json.loads(
infile.read().decode("utf8"),
object_pairs_hook=collections.OrderedDict)
else:
with open(filename, "r") as infile:
result = json.load(infile)
except OSError:
pass
return result
@staticmethod
def write_json_file(data, filename, dictionary=False):
"""Writes data to file as json
:param data
:param filename:
:param dictionary:
"""
try:
if dictionary:
with open(filename, "wb") as outfile:
json.dump(data, outfile)
else:
with open(filename, "w") as outfile:
json.dump(data, outfile, indent=2)
return True
except OSError:
return False
from gi.repository import Gtk, GdkPixbuf
class Hello(Gtk.Window):
@ -346,23 +35,15 @@ class Hello(Gtk.Window):
self.app = "manjaro-hello"
self.dev = "--dev" in sys.argv # Dev mode activated ?
# used by application utility
self.app_store = None
self.pkg_selected = None
self.pkg_installed = None
self.pkg_list_install = []
self.pkg_list_removal = []
# Load preferences
if self.dev:
self.preferences = read_json("data/preferences.json")
self.preferences["data_path"] = "data/"
self.preferences["desktop_path"] = os.getcwd() + "/{}.desktop".format(self.app)
self.preferences["desktop_path"] = os.getcwd() + f"/{self.app}.desktop"
self.preferences["locale_path"] = "locale/"
self.preferences["ui_path"] = "ui/{}.glade".format(self.app)
self.preferences["ui_path"] = f"ui/{self.app}.glade"
else:
self.preferences = read_json("/usr/share/{}/data/preferences.json".format(self.app))
self.preferences = read_json(f"/usr/share/{self.app}/data/preferences.json")
# Get saved infos
self.save = read_json(self.preferences["save_path"])
if not self.save:
@ -389,7 +70,7 @@ class Hello(Gtk.Window):
for widget in self.builder.get_object("homepage").get_children():
if isinstance(widget, Gtk.Button) and \
widget.get_image_position() is Gtk.PositionType.RIGHT:
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_left(2)
@ -418,12 +99,17 @@ class Hello(Gtk.Window):
self.builder.get_object("autostart").set_active(self.autostart)
# Live systems
if os.path.exists(self.preferences["live_path"]) and \
os.path.isfile(self.preferences["installer_path"]):
if os.path.exists(self.preferences["live_path"]) and os.path.isfile(self.preferences["installer_path"]):
self.builder.get_object("installlabel").set_visible(True)
self.builder.get_object("install").set_visible(True)
# Installed systems
else:
self.builder.get_object("applications").set_visible(True)
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()
@ -451,24 +137,24 @@ class Hello(Gtk.Window):
else:
return self.preferences["default_locale"]
def set_locale(self, locale):
def set_locale(self, use_locale):
"""Set locale of ui and pages.
:param locale: locale to use
:type locale: str
:param use_locale: locale to use
:type use_locale: str
"""
try:
translation = gettext.translation(self.app, self.preferences[
"locale_path"], [locale], fallback=True)
"locale_path"], [use_locale], fallback=True)
translation.install()
except OSError:
return
self.save["locale"] = locale
self.save["locale"] = use_locale
# Real-time locale changing
elts = {
"comments": { "aboutdialog"},
"comments": {"aboutdialog"},
"label": {
"autostartlabel",
"development",
@ -529,14 +215,14 @@ class Hello(Gtk.Window):
i3_config = fix_path("~/.i3/config")
if os.path.isfile(i3_config):
i3_autostart = "exec --no-startup-id " + self.app
with open(i3_config, "r+") as fil:
content = fil.read()
fil.seek(0)
with open(i3_config, "r+") as file:
content = file.read()
file.seek(0)
if autostart:
fil.write(content.replace("#" + i3_autostart, i3_autostart))
file.write(content.replace("#" + i3_autostart, i3_autostart))
else:
fil.write(content.replace(i3_autostart, "#" + i3_autostart))
fil.truncate()
file.write(content.replace(i3_autostart, "#" + i3_autostart))
file.truncate()
self.autostart = autostart
except OSError as error:
print(error)
@ -551,7 +237,7 @@ class Hello(Gtk.Window):
filename = self.preferences["data_path"] + "pages/{}/{}".format(self.save["locale"], name)
if not os.path.isfile(filename):
filename = self.preferences["data_path"] + \
"pages/{}/{}".format(self.preferences["default_locale"], name)
"pages/{}/{}".format(self.preferences["default_locale"], name)
try:
with open(filename, "r") as fil:
return fil.read()
@ -574,14 +260,14 @@ class Hello(Gtk.Window):
dialog = self.builder.get_object("aboutdialog")
dialog.run()
dialog.hide()
elif name == "applications":
win = Applications()
win.show_all()
elif name == "appBrowser":
# or use only "on_btn_clicked" ?
self.builder.get_object("home").set_sensitive(not name == "home")
self.builder.get_object("stack").set_visible_child_name(name + "page")
def on_btn_clicked(self, btn):
"""Event for clicked button."""
"""Event for applications button."""
name = btn.get_name()
print(name)
self.builder.get_object("home").set_sensitive(not name == "home")
self.builder.get_object("stack").set_visible_child_name(name + "page")
@ -643,8 +329,8 @@ def get_lsb_infos():
:rtype: dict"""
lsb = {}
try:
with open("/etc/lsb-release") as fil:
for line in fil:
with open("/etc/lsb-release") as lsb_release:
for line in lsb_release:
if "=" in line:
var, arg = line.rstrip().split("=")
if var.startswith("DISTRIB_"):
@ -653,12 +339,14 @@ def get_lsb_infos():
arg = arg[1:-1]
if arg:
lsb[var] = arg
except OSError as error:
except (OSError, KeyError) as error:
print(error)
return 'not Manjaro', '0.0'
return lsb["CODENAME"], lsb["RELEASE"]
if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG)
hello = Hello()
hello.connect("destroy", Gtk.main_quit)
Gtk.main()

View File

@ -521,12 +521,13 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing>
</child>
<child>
<object class="GtkButton" id="applications">
<object class="GtkButton" id="appBrowser">
<property name="label" translatable="yes">Applications</property>
<property name="name">applications</property>
<property name="name">appBrowser</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_action_clicked" swapped="no"/>
<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">1</property>
@ -559,12 +560,16 @@ 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.5.11</property>
<property name="version">0.6.1</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>
<property name="authors">Hugo Posnic
Johnathan Jenkins</property>
Johnathan Jenkins
Frede Hundewadt
Bernhard Landauer
Philip Müller
Papa Joker</property>
<property name="translator_credits">abdelhak gasmi
Al Manja
Albert Cutrona